summaryrefslogtreecommitdiffstats
path: root/graphics/evince/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-02 08:45:13 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-02 08:45:13 +0800
commitd8438e93a47779e30c02f48a08702579b71fb50a (patch)
treea70cf96c86714a48acd69e707cd4ff17c10f4a30 /graphics/evince/files
parent1aea1be80cb926ab9f996c1944c41137fb7fe752 (diff)
downloadmarcuscom-ports-d8438e93a47779e30c02f48a08702579b71fb50a.tar
marcuscom-ports-d8438e93a47779e30c02f48a08702579b71fb50a.tar.gz
marcuscom-ports-d8438e93a47779e30c02f48a08702579b71fb50a.tar.bz2
marcuscom-ports-d8438e93a47779e30c02f48a08702579b71fb50a.tar.lz
marcuscom-ports-d8438e93a47779e30c02f48a08702579b71fb50a.tar.xz
marcuscom-ports-d8438e93a47779e30c02f48a08702579b71fb50a.tar.zst
marcuscom-ports-d8438e93a47779e30c02f48a08702579b71fb50a.zip
* Convert to OPTIONS
* Add a patch from Fedora to fix D-BUS functionality Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Reviewed by: ahze git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4673 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince/files')
-rw-r--r--graphics/evince/files/patch-shell_main.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/evince/files/patch-shell_main.c b/graphics/evince/files/patch-shell_main.c
new file mode 100644
index 000000000..05a0c7882
--- /dev/null
+++ b/graphics/evince/files/patch-shell_main.c
@@ -0,0 +1,20 @@
+--- 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)) {