diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-29 14:57:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-29 14:57:20 +0800 |
commit | 88aa0a546215d8e04eb800369ad2f8dd462304dc (patch) | |
tree | 05a3929adedb7126a629e1ed074e0f77c5618df7 /www/epiphany/files | |
parent | e5f406415dd171c585450ac9f4a0196ea0acbc9c (diff) | |
download | freebsd-ports-gnome-88aa0a546215d8e04eb800369ad2f8dd462304dc.tar.gz freebsd-ports-gnome-88aa0a546215d8e04eb800369ad2f8dd462304dc.tar.zst freebsd-ports-gnome-88aa0a546215d8e04eb800369ad2f8dd462304dc.zip |
Update to 1.2.4.
Diffstat (limited to 'www/epiphany/files')
-rw-r--r-- | www/epiphany/files/patch-lib_ephy-dialog.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/epiphany/files/patch-lib_ephy-dialog.c b/www/epiphany/files/patch-lib_ephy-dialog.c new file mode 100644 index 000000000000..755eb1c43a99 --- /dev/null +++ b/www/epiphany/files/patch-lib_ephy-dialog.c @@ -0,0 +1,14 @@ +--- lib/ephy-dialog.c.orig Thu Apr 29 02:42:26 2004 ++++ lib/ephy-dialog.c Thu Apr 29 02:42:46 2004 +@@ -584,9 +584,10 @@ + } + else + { ++ char *v; + gtk_combo_box_set_active (GTK_COMBO_BOX (info->widget), -1); + +- char *v = g_strdup_value_contents (value); ++ v = g_strdup_value_contents (value); + g_warning ("Value '%s' not found in model for combo %s\n", v, info->id); + g_free (v); + } |