summaryrefslogtreecommitdiffstats
path: root/graphics/eog/files/patch-libeog_eog-image-list.c
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 09:36:06 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 09:36:06 +0800
commitd357489e6adc766be3c181c0a53d972d8bb9852a (patch)
tree9bc58849e6b9d69699deb45d551af2f0e8f1e128 /graphics/eog/files/patch-libeog_eog-image-list.c
parent82b94614ff8c23ba09d8c24bd499e8ed767458d6 (diff)
downloadmarcuscom-ports-d357489e6adc766be3c181c0a53d972d8bb9852a.tar
marcuscom-ports-d357489e6adc766be3c181c0a53d972d8bb9852a.tar.gz
marcuscom-ports-d357489e6adc766be3c181c0a53d972d8bb9852a.tar.bz2
marcuscom-ports-d357489e6adc766be3c181c0a53d972d8bb9852a.tar.lz
marcuscom-ports-d357489e6adc766be3c181c0a53d972d8bb9852a.tar.xz
marcuscom-ports-d357489e6adc766be3c181c0a53d972d8bb9852a.tar.zst
marcuscom-ports-d357489e6adc766be3c181c0a53d972d8bb9852a.zip
- Update to 2.13.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5023 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/eog/files/patch-libeog_eog-image-list.c')
-rw-r--r--graphics/eog/files/patch-libeog_eog-image-list.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/eog/files/patch-libeog_eog-image-list.c b/graphics/eog/files/patch-libeog_eog-image-list.c
new file mode 100644
index 000000000..609cd0469
--- /dev/null
+++ b/graphics/eog/files/patch-libeog_eog-image-list.c
@@ -0,0 +1,17 @@
+--- libeog/eog-image-list.c.orig Thu Aug 25 14:57:02 2005
++++ libeog/eog-image-list.c Thu Aug 25 14:57:46 2005
+@@ -450,12 +450,13 @@
+ case GNOME_VFS_MONITOR_EVENT_CREATED:
+
+ if (list && list->priv) {
++ gchar *str;
+ node = list->priv->store;
+
+ while (node != NULL && !found) {
+
+ uri = eog_image_get_uri(node->data);
+- gchar *str = gnome_vfs_uri_to_string
++ str = gnome_vfs_uri_to_string
+ (uri, GNOME_VFS_URI_HIDE_NONE);
+ found = (strcmp (str, info_uri)==0)?TRUE:FALSE;
+ g_free (str);