diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 09:29:09 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 09:29:09 +0800 |
commit | 82b94614ff8c23ba09d8c24bd499e8ed767458d6 (patch) | |
tree | 75c9702cafe41e185281333dedc0cd524245d1bf /graphics/evince/files | |
parent | 3692bdc430e89d56040aa75303a00b86d54cc2a1 (diff) | |
download | marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar.gz marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar.bz2 marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar.lz marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar.xz marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar.zst marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.zip |
- Clean out graphics since everything is in ports now.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5022 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince/files')
-rw-r--r-- | graphics/evince/files/patch-shell_main.c | 20 |
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, ×tamp, - 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, ×tamp, - DBUS_TYPE_INVALID); - - if (!dbus_g_proxy_end_call (remote_object, call, &error, DBUS_TYPE_INVALID)) { |