summaryrefslogtreecommitdiffstats
path: root/accessibility/gok/files/patch-gok_gok-data.c
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/gok/files/patch-gok_gok-data.c')
-rw-r--r--accessibility/gok/files/patch-gok_gok-data.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/accessibility/gok/files/patch-gok_gok-data.c b/accessibility/gok/files/patch-gok_gok-data.c
new file mode 100644
index 000000000..901b763b0
--- /dev/null
+++ b/accessibility/gok/files/patch-gok_gok-data.c
@@ -0,0 +1,12 @@
+--- gok/gok-data.c.orig Mon Jun 2 21:49:16 2003
++++ gok/gok-data.c Mon Jun 2 21:49:26 2003
+@@ -707,8 +707,8 @@
+ */
+ void gok_data_set_is_dock (GokDockType val)
+ {
+- m_eDockType = val;
+ gchar *typestring;
++ m_eDockType = val;
+ switch (val) {
+ case GOK_DOCK_TOP:
+ typestring = "top";