diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-28 12:53:12 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-28 12:53:12 +0800 |
commit | 42ad05890adbbf326cb6a4a8649a81c5409d0b4d (patch) | |
tree | adf17e932e6b5aacb3cacc99de8f2c14cdda2dde /graphics | |
parent | d2f5674b9489efe6d1ff7c274e7fac583f25dc2a (diff) | |
download | marcuscom-ports-42ad05890adbbf326cb6a4a8649a81c5409d0b4d.tar marcuscom-ports-42ad05890adbbf326cb6a4a8649a81c5409d0b4d.tar.gz marcuscom-ports-42ad05890adbbf326cb6a4a8649a81c5409d0b4d.tar.bz2 marcuscom-ports-42ad05890adbbf326cb6a4a8649a81c5409d0b4d.tar.lz marcuscom-ports-42ad05890adbbf326cb6a4a8649a81c5409d0b4d.tar.xz marcuscom-ports-42ad05890adbbf326cb6a4a8649a81c5409d0b4d.tar.zst marcuscom-ports-42ad05890adbbf326cb6a4a8649a81c5409d0b4d.zip |
/me writes 'cvs rm foobar' 500 times. ;-)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8433 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog/files/patch-libeog_eog-image-list.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/graphics/eog/files/patch-libeog_eog-image-list.c b/graphics/eog/files/patch-libeog_eog-image-list.c deleted file mode 100644 index 609cd0469..000000000 --- a/graphics/eog/files/patch-libeog_eog-image-list.c +++ /dev/null @@ -1,17 +0,0 @@ ---- 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); |