repo.or.cz
/
gmpc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog
|
commit
| commitdiff |
tree
|
edit
|
fork
raw
|
patch
(parent:
ffa5341
)
Extra check
author
Qball Cow
<qball@sarine.nl>
Wed, 9 Jun 2010 20:57:52 +0000 (22:57 +0200)
committer
Qball Cow
<qball@sarine.nl>
Wed, 9 Jun 2010 20:57:52 +0000 (22:57 +0200)
src/plugin.c
patch
|
blob
|
blame
|
history
diff --git
a/src/plugin.c
b/src/plugin.c
index
a002f2b
..
5bc9dfa
100644
(file)
--- a/
src/plugin.c
+++ b/
src/plugin.c
@@
-743,8
+743,10
@@
gint gmpc_plugin_tool_menu_integration (gmpcPluginParent *plug, GtkMenu *menu)
}
return 0;
}
- if(plug->old->tool_menu_integration)
- return plug->old->tool_menu_integration(menu);
+ if(plug->old){
+ if(plug->old->tool_menu_integration)
+ return plug->old->tool_menu_integration(menu);
+ }
return 0;
}