Update listener name
2001-10-18 Bradford Hovinen <hovinen@ximian.com> * Bonobo_Control_Capplet_generic.oaf.in: Update listener name * capplet-util.c (create_control_cb): Use correct prefix for listener
This commit is contained in:
parent
534754d3f3
commit
fd0dba5cec
3 changed files with 8 additions and 2 deletions
|
@ -221,7 +221,7 @@ create_control_cb (BonoboGenericFactory *factory, const gchar *component_id, gch
|
|||
BonoboPropertyControl *property_control;
|
||||
|
||||
static const gchar *prefix1 = "OAFIID:Bonobo_Control_Capplet_";
|
||||
static const gchar *prefix2 = "OAFIID:Bonobo_Listener_Capplet_";
|
||||
static const gchar *prefix2 = "OAFIID:Bonobo_Listener_Config_";
|
||||
|
||||
g_message ("%s: Enter", __FUNCTION__);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue