Update to 1.2.4.

This commit is contained in:
Joe Marcus Clarke 2004-04-29 06:57:20 +00:00
parent db3fec935d
commit f3748d3d22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107924
3 changed files with 17 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= epiphany
PORTVERSION= 1.2.3
PORTVERSION= 1.2.4
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2

View file

@ -1,2 +1,2 @@
MD5 (gnome2/epiphany-1.2.3.tar.bz2) = 9b84ae65fe30b51db139ea6d44ab871c
SIZE (gnome2/epiphany-1.2.3.tar.bz2) = 2246318
MD5 (gnome2/epiphany-1.2.4.tar.bz2) = 1e3517ae817296fecbcc75ef276c74e4
SIZE (gnome2/epiphany-1.2.4.tar.bz2) = 2248493

View file

@ -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);
}