[Xfce4-commits] <xfce4-session:master> Fix identation.

Nick Schermer noreply at xfce.org
Thu Jan 28 19:52:18 CET 2010


Updating branch refs/heads/master
         to 339121445f484ec5b4e3a1584caa06da1ad6f06f (commit)
       from 1a08a52e6f8750f09f6a82a5f1410caaf2297551 (commit)

commit 339121445f484ec5b4e3a1584caa06da1ad6f06f
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