Mercurial > geeqie
diff src/collect.c @ 513:985fdfebd89e
Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
| author | zas_ |
|---|---|
| date | Thu, 24 Apr 2008 12:47:09 +0000 |
| parents | f9bf33be53ff |
| children | b7e99bfeadc9 |
line wrap: on
line diff
--- a/src/collect.c Thu Apr 24 12:23:02 2008 +0000 +++ b/src/collect.c Thu Apr 24 12:47:09 2008 +0000 @@ -1212,12 +1212,12 @@ gtk_window_set_resizable(GTK_WINDOW(cw->window), TRUE); collection_window_update_title(cw); - gtk_container_set_border_width(GTK_CONTAINER (cw->window), 0); + gtk_container_set_border_width(GTK_CONTAINER(cw->window), 0); g_signal_connect(G_OBJECT(cw->window), "delete_event", G_CALLBACK(collection_window_delete), cw); - g_signal_connect(G_OBJECT(cw->window),"key_press_event", + g_signal_connect(G_OBJECT(cw->window), "key_press_event", G_CALLBACK(collection_window_keypress), cw); vbox = gtk_vbox_new(FALSE, 0);
