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:
Bradford Hovinen 2001-10-18 13:36:25 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 534754d3f3
commit fd0dba5cec
3 changed files with 8 additions and 2 deletions

View file

@ -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__);