]> git.pld-linux.org Git - packages/gfontview.git/commitdiff
- needed to build using gcc 4
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Apr 2006 17:40:13 +0000 (17:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gfontview-gcc4.patch -> 1.1

gfontview-gcc4.patch [new file with mode: 0644]

diff --git a/gfontview-gcc4.patch b/gfontview-gcc4.patch
new file mode 100644 (file)
index 0000000..dc309a1
--- /dev/null
@@ -0,0 +1,22 @@
+--- gfontview-0.5.0/gfont.C.orig       2001-03-19 22:04:14.000000000 +0100
++++ gfontview-0.5.0/gfont.C    2006-04-16 14:11:46.222542000 +0200
+@@ -1103,7 +1103,7 @@
+   // Entry field of the combo box is DnD target
+   gtk_drag_dest_set(entry, GTK_DEST_DEFAULT_ALL,
+                   dnd_target_table, dnd_targets-1,
+-                  (enum GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); 
++                  (GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); 
+   gtk_signal_connect(GTK_OBJECT(entry), "drag_data_received",
+                    GTK_SIGNAL_FUNC(combo_drag_data_received), NULL);
+--- gfontview-0.5.0/dialogs.C.orig     2001-03-18 18:03:00.000000000 +0100
++++ gfontview-0.5.0/dialogs.C  2006-04-16 14:12:08.279920500 +0200
+@@ -1327,7 +1327,7 @@
+   /* Entry field is DnD target */
+   gtk_drag_dest_set(prtdiag->fileentry, GTK_DEST_DEFAULT_ALL,
+                   dnd_target_table, dnd_targets-1,
+-                  (enum GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); 
++                  (GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); 
+   gtk_signal_connect(GTK_OBJECT(prtdiag->fileentry), "drag_data_received",
+                    GTK_SIGNAL_FUNC(combo_drag_data_received), NULL);
This page took 0.098886 seconds and 4 git commands to generate.