summaryrefslogtreecommitdiffstats
path: root/graphics/evince/files
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-20 08:15:29 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-20 08:15:29 +0800
commit2fb9f4a561bef45a715b36cd4d3e70d267f5c3c1 (patch)
tree894b453a727f465c250a977294d5f47d48f2eb71 /graphics/evince/files
parentc68d5d8c68a43a2c1fdd85cd4a734f053e093890 (diff)
downloadmarcuscom-ports-2fb9f4a561bef45a715b36cd4d3e70d267f5c3c1.tar
marcuscom-ports-2fb9f4a561bef45a715b36cd4d3e70d267f5c3c1.tar.gz
marcuscom-ports-2fb9f4a561bef45a715b36cd4d3e70d267f5c3c1.tar.bz2
marcuscom-ports-2fb9f4a561bef45a715b36cd4d3e70d267f5c3c1.tar.lz
marcuscom-ports-2fb9f4a561bef45a715b36cd4d3e70d267f5c3c1.tar.xz
marcuscom-ports-2fb9f4a561bef45a715b36cd4d3e70d267f5c3c1.tar.zst
marcuscom-ports-2fb9f4a561bef45a715b36cd4d3e70d267f5c3c1.zip
- Update to 0.5.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5445 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince/files')
-rw-r--r--graphics/evince/files/patch-shell_main.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/evince/files/patch-shell_main.c b/graphics/evince/files/patch-shell_main.c
deleted file mode 100644
index 05a0c7882..000000000
--- a/graphics/evince/files/patch-shell_main.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- shell/main.c.dbus-fix 2005-09-01 04:14:54.000000000 -0400
-+++ shell/main.c 2005-09-01 04:15:33.000000000 -0400
-@@ -152,7 +152,7 @@
- if (!files) {
- #if DBUS_VERSION <= 33
- call = dbus_g_proxy_begin_call (remote_object, "OpenWindow",
-- DBUS_TYPE_UINT32, timestamp,
-+ DBUS_TYPE_UINT32, &timestamp,
- DBUS_TYPE_INVALID);
-
- if (!dbus_g_proxy_end_call (remote_object, call, &error, DBUS_TYPE_INVALID)) {
-@@ -193,7 +193,7 @@
- call = dbus_g_proxy_begin_call (remote_object, "OpenURI",
- DBUS_TYPE_STRING, &uri,
- DBUS_TYPE_STRING, &page_label,
-- DBUS_TYPE_UINT32, timestamp,
-+ DBUS_TYPE_UINT32, &timestamp,
- DBUS_TYPE_INVALID);
-
- if (!dbus_g_proxy_end_call (remote_object, call, &error, DBUS_TYPE_INVALID)) {