FreeBSD Bugzilla – Attachment 46105 Details for
Bug 70871
Update port: print/gfontview
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.49 KB, created by
tkato432
on 2004-08-23 16:10:20 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2004-08-23 16:10:20 UTC
Size:
1.49 KB
patch
obsolete
>diff -urN /usr/ports/print/gfontview/files/patch-dialogs.C print/gfontview/files/patch-dialogs.C >--- /usr/ports/print/gfontview/files/patch-dialogs.C Thu Jan 1 09:00:00 1970 >+++ print/gfontview/files/patch-dialogs.C Sun Aug 22 21:22:13 2004 >@@ -0,0 +1,11 @@ >+--- dialogs.C.orig Mon Mar 19 02:03:00 2001 >++++ dialogs.C Sun Aug 22 21:18:13 2004 >+@@ -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); >+ >diff -urN /usr/ports/print/gfontview/files/patch-gfont.C print/gfontview/files/patch-gfont.C >--- /usr/ports/print/gfontview/files/patch-gfont.C Thu Jan 1 09:00:00 1970 >+++ print/gfontview/files/patch-gfont.C Sun Aug 22 21:17:55 2004 >@@ -0,0 +1,11 @@ >+--- gfont.C.orig Tue Mar 20 06:04:14 2001 >++++ gfont.C Sun Aug 22 21:17:36 2004 >+@@ -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); >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 70871
: 46105