summaryrefslogtreecommitdiffstats
path: root/accessibility/gnopernicus/files/patch-gnopi_gnopi.c
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2005-01-11 14:50:47 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2005-01-11 14:50:47 +0800
commit660f166df2a3dded0f9c8c017455fa50ac6ac2e6 (patch)
treea4f4c2464bcb33c3d829baf28c9a14759adc2be9 /accessibility/gnopernicus/files/patch-gnopi_gnopi.c
parenta0c12f4aab38fc93c435dfd3be84573cea6170ae (diff)
downloadmarcuscom-ports-660f166df2a3dded0f9c8c017455fa50ac6ac2e6.tar
marcuscom-ports-660f166df2a3dded0f9c8c017455fa50ac6ac2e6.tar.gz
marcuscom-ports-660f166df2a3dded0f9c8c017455fa50ac6ac2e6.tar.bz2
marcuscom-ports-660f166df2a3dded0f9c8c017455fa50ac6ac2e6.tar.lz
marcuscom-ports-660f166df2a3dded0f9c8c017455fa50ac6ac2e6.tar.xz
marcuscom-ports-660f166df2a3dded0f9c8c017455fa50ac6ac2e6.tar.zst
marcuscom-ports-660f166df2a3dded0f9c8c017455fa50ac6ac2e6.zip
Add gnopernicus at 0.10.0, complete with an shlib drop from 19 to 0. That
is not good, and probably something will need to be done about that... git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3374 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gnopernicus/files/patch-gnopi_gnopi.c')
-rw-r--r--accessibility/gnopernicus/files/patch-gnopi_gnopi.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/accessibility/gnopernicus/files/patch-gnopi_gnopi.c b/accessibility/gnopernicus/files/patch-gnopi_gnopi.c
new file mode 100644
index 000000000..ee014bef5
--- /dev/null
+++ b/accessibility/gnopernicus/files/patch-gnopi_gnopi.c
@@ -0,0 +1,28 @@
+--- gnopi/gnopi.c.orig Mon Dec 20 23:47:10 2004
++++ gnopi/gnopi.c Mon Dec 20 23:48:21 2004
+@@ -530,6 +530,7 @@
+ GladeXML *xml = NULL;
+ gint response_id;
+ gboolean accessibility_on;
++ AtkObject *obj;
+
+ /* check if accessibility flag is TRUE */
+ accessibility_on = gnopiconf_get_bool (ACCESSIBILITY_GCONF_KEY,
+@@ -550,7 +551,7 @@
+
+ g_object_unref (G_OBJECT (xml));
+
+- AtkObject *obj = gtk_widget_get_accessible (dialog);
++ obj = gtk_widget_get_accessible (dialog);
+ atk_object_set_role (obj, ATK_ROLE_ALERT);
+
+ response_id = gtk_dialog_run (GTK_DIALOG (dialog));
+@@ -570,7 +571,7 @@
+
+ g_object_unref (G_OBJECT (xml));
+
+- AtkObject *obj = gtk_widget_get_accessible (dialog);
++ obj = gtk_widget_get_accessible (dialog);
+ atk_object_set_role (obj, ATK_ROLE_ALERT);
+
+ response_id = gtk_dialog_run (GTK_DIALOG (dialog));