From 630e8c5e9efeef4e98dce4cf5e934c55b7895d5f Mon Sep 17 00:00:00 2001 From: erich Date: Fri, 28 Feb 1997 22:19:16 +0000 Subject: oops, missed this one --- graphics/gimp/files/patch-ac | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 graphics/gimp/files/patch-ac (limited to 'graphics/gimp/files') diff --git a/graphics/gimp/files/patch-ac b/graphics/gimp/files/patch-ac new file mode 100644 index 000000000000..b093918a46fc --- /dev/null +++ b/graphics/gimp/files/patch-ac @@ -0,0 +1,12 @@ +--- gtk+/gtk/gtkdialog.c~ Wed Feb 12 17:51:09 1997 ++++ gtk+/gtk/gtkdialog.c Fri Feb 28 14:08:35 1997 +@@ -71,5 +71,8 @@ + GtkWidget* + gtk_dialog_new () + { +- return GTK_WIDGET (gtk_type_new (gtk_dialog_get_type ())); ++ GtkWidget *t; ++ t = GTK_WIDGET (gtk_type_new (gtk_dialog_get_type ())); ++ (GTK_WINDOW(t))->type = GTK_WINDOW_DIALOG; ++ return(t); + } -- cgit git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 0.9.4miwi2008-01-111-11/+15
* - Drop maintainership. [1]araujo2008-01-041-2/+9
* Mark as broken with gcc4.2.linimon2007-10-011-1/+7
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
* Populate newly create net-p2p category with these ports:pav2006-01-311-1/+1
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+2
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-1/+1
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
* Remove USE_GNOMENG.marcus2003-04-21