ports/sysutils/graveman/files/patch-src_properties.c
Pav Lucistnik 0fd2d58dcd - Update to 0.3.12
PR:		ports/88806
Submitted by:	Anton Karpov <toxa@toxahost.ru> (maintainer)
2005-11-12 17:34:35 +00:00

22 lines
923 B
C

--- src/properties.c.orig Sat May 28 02:37:14 2005
+++ src/properties.c Sat Nov 12 18:25:19 2005
@@ -30,8 +30,8 @@
GtkListStore *Lmodel;
if (Ainit == TRUE) {
- Lmodel = gtk_list_store_new(4, G_TYPE_INT, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_STRING);
GtkCellRenderer *Lcellrender;
+ Lmodel = gtk_list_store_new(4, G_TYPE_INT, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_STRING);
gtk_combo_box_set_model(Acombo, GTK_TREE_MODEL(Lmodel));
gtk_cell_layout_clear(GTK_CELL_LAYOUT(Acombo));
@@ -58,8 +58,8 @@
GtkListStore *Lmodel;
if (Ainit == TRUE) {
- Lmodel = gtk_list_store_new(4, G_TYPE_INT, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_STRING);
GtkCellRenderer *Lcellrender;
+ Lmodel = gtk_list_store_new(4, G_TYPE_INT, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_STRING);
gtk_combo_box_set_model(Acombo, GTK_TREE_MODEL(Lmodel));
gtk_cell_layout_clear(GTK_CELL_LAYOUT(Acombo));