diff options
author | krion <krion@FreeBSD.org> | 2004-08-22 01:25:31 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-22 01:25:31 +0000 |
commit | 2239b93c7eaf5601142d05aeaefe0ce56d72391d (patch) | |
tree | eea6573a28184cc023bcc6c26139fa642e8fd96a /misc/gnomesword/files/patch-src::gnome2::mod_mgr.c | |
parent | 2922cfb61cdf86b5c1930911ebc886dee364214a (diff) | |
download | FreeBSD-ports-2239b93c7eaf5601142d05aeaefe0ce56d72391d.zip FreeBSD-ports-2239b93c7eaf5601142d05aeaefe0ce56d72391d.tar.gz |
Update to version 2.1.1
PR: ports/70789
Submitted by: Ports Fury
Diffstat (limited to 'misc/gnomesword/files/patch-src::gnome2::mod_mgr.c')
-rw-r--r-- | misc/gnomesword/files/patch-src::gnome2::mod_mgr.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/gnomesword/files/patch-src::gnome2::mod_mgr.c b/misc/gnomesword/files/patch-src::gnome2::mod_mgr.c new file mode 100644 index 0000000..15d85db --- /dev/null +++ b/misc/gnomesword/files/patch-src::gnome2::mod_mgr.c @@ -0,0 +1,12 @@ +--- src/gnome2/mod_mgr.c.orig Sun Mar 28 04:39:23 2004 ++++ src/gnome2/mod_mgr.c Sat Aug 21 15:56:12 2004 +@@ -1910,8 +1910,7 @@ + + GtkTreeModel *model; + GError *error = NULL; +- GtkTooltips *tooltips; +- tooltips = gtk_tooltips_new(); ++ GtkTooltips *tooltips = gtk_tooltips_new(); + GString *str = g_string_new(NULL); + GtkCellRenderer *renderer; + GtkTreeViewColumn *column; |