aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-08-04 09:46:54 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-08-04 09:46:54 +0200
commitc3cf039b2602707acc12f3f29307e721613bcfcd (patch)
tree0e718a208bb518d5ba315aee7bcc5663ecd3c886 /uzbl.c
parentdccfd159066a663089356d98082711890ddba7e0 (diff)
more comment fixes
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/uzbl.c b/uzbl.c
index 22c2e4c..7a666ab 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -1246,6 +1246,7 @@ new_window_load_uri (const gchar * uri) {
if (uzbl.state.verbose)
printf("\n%s\n", to_execute->str);
g_spawn_command_line_async (to_execute->str, NULL);
+ /* TODO: should we just report the uri as event detail? */
send_event(NEW_WINDOW, to_execute->str);
g_string_free (to_execute, TRUE);
}