[Xfce4-commits] r27036 - in libxfcegui4/trunk: . glade

Brian Tarricone kelnos at xfce.org
Thu Jun 5 09:48:17 CEST 2008


Author: kelnos
Date: 2008-06-05 07:48:17 +0000 (Thu, 05 Jun 2008)
New Revision: 27036

Modified:
   libxfcegui4/trunk/ChangeLog
   libxfcegui4/trunk/glade/libglade-xfce4.c
Log:
remove debugging statement


Modified: libxfcegui4/trunk/ChangeLog
===================================================================
--- libxfcegui4/trunk/ChangeLog	2008-06-05 07:10:40 UTC (rev 27035)
+++ libxfcegui4/trunk/ChangeLog	2008-06-05 07:48:17 UTC (rev 27036)
@@ -1,5 +1,9 @@
 2008-06-05  Brian Tarricone <bjt23 at cornell.edu>
 
+	* glade/libglade-xfce4.c: remove debugging statement
+
+2008-06-05  Brian Tarricone <bjt23 at cornell.edu>
+
 	* glade/libglade-xfce4.c: override build_children for XfceTitledDialog
 	  so button reponses and signals get set properly
 

Modified: libxfcegui4/trunk/glade/libglade-xfce4.c
===================================================================
--- libxfcegui4/trunk/glade/libglade-xfce4.c	2008-06-05 07:10:40 UTC (rev 27035)
+++ libxfcegui4/trunk/glade/libglade-xfce4.c	2008-06-05 07:48:17 UTC (rev 27036)
@@ -58,7 +58,6 @@
     }
 
     for(l = children; l; l = l->next) {
-        g_debug("adding button: %s", gtk_button_get_label(GTK_BUTTON(l->data)));
         gtk_dialog_add_action_widget(GTK_DIALOG(widget), GTK_WIDGET(l->data),
                                      GPOINTER_TO_INT(g_object_steal_data(G_OBJECT(l->data),
                                                                          "response_id")));



More information about the Xfce4-commits mailing list