[Xfce4-commits] <xfce4-session:jeromeg/libxfce4ui> Fix identation.

Jérôme Guelfucci noreply at xfce.org
Mon Jan 25 23:48:01 CET 2010


Updating branch refs/heads/jeromeg/libxfce4ui
         to 48ad9cc0a98060f7dc43f268b6f9c45144574e1a (commit)
       from 195ca7e347f96c66949cc87f855d1255f0d0ac02 (commit)

commit 48ad9cc0a98060f7dc43f268b6f9c45144574e1a
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Mon Jan 25 23:50:19 2010 +0100

    Fix identation.

 settings/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/settings/main.c b/settings/main.c
index 8588dd4..93c0498 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -137,7 +137,7 @@ main(int argc,
         g_signal_connect(dialog, "delete-event", G_CALLBACK(gtk_main_quit), NULL);
 
         gtk_widget_show(dialog);
-        gtk_main ();
+        gtk_main();
     } else {
         GtkWidget *plug, *plug_child;
 



More information about the Xfce4-commits mailing list