]> git.pld-linux.org Git - packages/denemo.git/blob - denemo-gtk24_link.patch
- massive attack: add missing gtk+2-devel epoch in BR
[packages/denemo.git] / denemo-gtk24_link.patch
1 --- denemo-0.7.2a/src/view.cpp~ 2004-08-06 02:59:25.000000000 +0200
2 +++ denemo-0.7.2a/src/view.cpp  2004-08-06 03:04:44.000000000 +0200
3 @@ -274,7 +274,7 @@
4     * menubar, which is precisely what we want. */
5  #if GTK_MAJOR_VERSION > 1
6    /* this is very suspicious - a leading underscore shouldn't appear in this code surely */
7 -  _gtk_accel_group_attach (accel_group, (GObject*)GTK_OBJECT (si->window));
8 +  gtk_window_add_accel_group ((GtkWindow*)GTK_OBJECT (si->window), accel_group);
9  #else
10    gtk_accel_group_attach (accel_group, GTK_OBJECT (si->window));
11  #endif
This page took 0.125996 seconds and 3 git commands to generate.