]> git.pld-linux.org Git - packages/gfontview.git/blob - gfontview-gcc4.patch
- needed to build using gcc 4
[packages/gfontview.git] / gfontview-gcc4.patch
1 --- gfontview-0.5.0/gfont.C.orig        2001-03-19 22:04:14.000000000 +0100
2 +++ gfontview-0.5.0/gfont.C     2006-04-16 14:11:46.222542000 +0200
3 @@ -1103,7 +1103,7 @@
4    // Entry field of the combo box is DnD target
5    gtk_drag_dest_set(entry, GTK_DEST_DEFAULT_ALL,
6                     dnd_target_table, dnd_targets-1,
7 -                   (enum GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); 
8 +                   (GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); 
9    gtk_signal_connect(GTK_OBJECT(entry), "drag_data_received",
10                      GTK_SIGNAL_FUNC(combo_drag_data_received), NULL);
11  
12 --- gfontview-0.5.0/dialogs.C.orig      2001-03-18 18:03:00.000000000 +0100
13 +++ gfontview-0.5.0/dialogs.C   2006-04-16 14:12:08.279920500 +0200
14 @@ -1327,7 +1327,7 @@
15    /* Entry field is DnD target */
16    gtk_drag_dest_set(prtdiag->fileentry, GTK_DEST_DEFAULT_ALL,
17                     dnd_target_table, dnd_targets-1,
18 -                   (enum GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); 
19 +                   (GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); 
20    gtk_signal_connect(GTK_OBJECT(prtdiag->fileentry), "drag_data_received",
21                      GTK_SIGNAL_FUNC(combo_drag_data_received), NULL);
22  
This page took 0.058578 seconds and 3 git commands to generate.