diff src/audacious/ui_manager.c @ 3779:7f42752acf4d

Automated merge with ssh://hg.atheme.org//hg/audacious
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Oct 2007 23:02:12 +0300
parents 0fb35f6cc4b7
children d3b549e75380
line wrap: on
line diff
--- a/src/audacious/ui_manager.c	Wed Oct 17 23:01:59 2007 +0300
+++ b/src/audacious/ui_manager.c	Wed Oct 17 23:02:12 2007 +0300
@@ -810,7 +810,7 @@
 
 
 gint
-audacious_menu_plugin_item_add( gint menu_id , GtkWidget * item )
+menu_plugin_item_add( gint menu_id , GtkWidget * item )
 {
   if ( menu_created )
   {
@@ -840,7 +840,7 @@
 
 
 gint
-audacious_menu_plugin_item_remove( gint menu_id , GtkWidget * item )
+menu_plugin_item_remove( gint menu_id , GtkWidget * item )
 {
   if ( menu_created )
   {