Commit ddb3374e1f6e740097756bf90ee1f1322d0e789b

  • avatar
  • Tristan Van Berkom <vantr @TheB…ly.local>
  • Sun Jun 28 00:04:07 CEST 2009
Oops, removed trailing debug prints.
  
84748474 if ((prop = glade_widget_get_property (gbuffy, "text")))
84758475 {
84768476 glade_property_get (prop, &text_prop);
8477
8478 g_print ("setting new text on buffer %s: %s\n", gbuffy->name, text);
84798477
84808478 if (text_prop == NULL || text == NULL || strcmp (text, text_prop))
84818479 glade_command_set_property (prop, text);