]> git.pld-linux.org Git - packages/anjuta.git/blame - anjuta-glade_fix.patch
- added R: glib2 >= 1:2.14 to avoid `undefined symbol: g_once_init_enter_impl'
[packages/anjuta.git] / anjuta-glade_fix.patch
CommitLineData
580b2bd4 1diff -aurN anjuta-2.0.2.orig/plugins/glade/plugin.c anjuta-2.0.2/plugins/glade/plugin.c
2--- anjuta-2.0.2.orig/plugins/glade/plugin.c 2006-05-15 21:32:17.000000000 +0200
3+++ anjuta-2.0.2/plugins/glade/plugin.c 2006-08-13 15:24:40.227834933 +0200
4@@ -157,7 +157,7 @@
5 static void
6 on_paste_activated (GtkAction *action, GladePlugin *plugin)
7 {
8- glade_app_command_paste ();
9+ glade_app_command_paste (NULL);
10 }
11
12 static void
This page took 0.085388 seconds and 4 git commands to generate.