[Gd-chatter] r11410 - branches/opendylan-melange/gtk

struppi at gwydiondylan.org struppi at gwydiondylan.org
Sat Jun 16 23:38:11 CEST 2007


Author: struppi
Date: Sat Jun 16 23:38:09 2007
New Revision: 11410

Modified:
   branches/opendylan-melange/gtk/support.c
Log:
job: minor
remove the wordstruct, which was misplaced

Modified: branches/opendylan-melange/gtk/support.c
==============================================================================
--- branches/opendylan-melange/gtk/support.c	(original)
+++ branches/opendylan-melange/gtk/support.c	Sat Jun 16 23:38:09 2007
@@ -79,7 +79,7 @@
     return GTK_DIALOG(dialog)->action_area;
 }
 
-struct GtkAllocation* gtk_widget_get_allocation (GtkWidget* widget) {
+GtkAllocation* gtk_widget_get_allocation (GtkWidget* widget) {
     return &(widget->allocation);
 }
 



More information about the chatter mailing list