]> git.pld-linux.org Git - packages/denemo.git/commitdiff
based on wxWindows-gtk24_link.patch
authorankry <ankry@pld-linux.org>
Fri, 6 Aug 2004 01:05:07 +0000 (01:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    denemo-gtk24_link.patch -> 1.1

denemo-gtk24_link.patch [new file with mode: 0644]

diff --git a/denemo-gtk24_link.patch b/denemo-gtk24_link.patch
new file mode 100644 (file)
index 0000000..5023a10
--- /dev/null
@@ -0,0 +1,11 @@
+--- denemo-0.7.2a/src/view.cpp~        2004-08-06 02:59:25.000000000 +0200
++++ denemo-0.7.2a/src/view.cpp 2004-08-06 03:04:44.000000000 +0200
+@@ -274,7 +274,7 @@
+    * menubar, which is precisely what we want. */
+ #if GTK_MAJOR_VERSION > 1
+   /* this is very suspicious - a leading underscore shouldn't appear in this code surely */
+-  _gtk_accel_group_attach (accel_group, (GObject*)GTK_OBJECT (si->window));
++  gtk_window_add_accel_group ((GtkWindow*)GTK_OBJECT (si->window), accel_group);
+ #else
+   gtk_accel_group_attach (accel_group, GTK_OBJECT (si->window));
+ #endif
This page took 0.184288 seconds and 4 git commands to generate.