aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-07 18:38:59 +0100
committerTed Gould <ted@canonical.com>2009-08-07 18:38:59 +0100
commit38e4c747a4c637441224b8c20092d15a330ad257 (patch)
treef4dc5865fcaec348de58b2a0111285e0d2a481e8
parent8fd9f27b56503242b97313e0f758c01195fe2f79 (diff)
downloadlibayatana-indicator-38e4c747a4c637441224b8c20092d15a330ad257.tar.gz
libayatana-indicator-38e4c747a4c637441224b8c20092d15a330ad257.tar.bz2
libayatana-indicator-38e4c747a4c637441224b8c20092d15a330ad257.zip
Oops, we need more identity.
-rw-r--r--src-sus/applet-main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src-sus/applet-main.c b/src-sus/applet-main.c
index 34440d8..0e43923 100644
--- a/src-sus/applet-main.c
+++ b/src-sus/applet-main.c
@@ -48,9 +48,9 @@ static GnomeProgram *program = NULL;
* main
* ***********/
-PANEL_APPLET_BONOBO_FACTORY ("OAFIID:GNOME_IndicatorApplet_Factory",
+PANEL_APPLET_BONOBO_FACTORY ("OAFIID:GNOME_FastUserSwitchApplet_Factory",
PANEL_TYPE_APPLET,
- "indicator-applet", "0",
+ "indicator-applet-sus", "0",
applet_fill_cb, NULL);
/*************
@@ -219,10 +219,10 @@ applet_fill_cb (PanelApplet * applet, const gchar * iid, gpointer data)
if (!first_time)
{
gint argc = 1;
- gchar *argv[2] = { "indicator-applet", NULL};
+ gchar *argv[2] = { "indicator-applet-sus", NULL};
first_time = TRUE;
- program = gnome_program_init ("indicator-applet", "0.1",
+ program = gnome_program_init ("indicator-applet-sus", "0.1",
LIBGNOMEUI_MODULE, argc, argv,
GNOME_PROGRAM_STANDARD_PROPERTIES,
NULL);
@@ -233,7 +233,7 @@ applet_fill_cb (PanelApplet * applet, const gchar * iid, gpointer data)
panel_applet_set_flags(applet, PANEL_APPLET_EXPAND_MINOR);
panel_applet_setup_menu(applet, menu_xml, menu_verbs, NULL);
atk_object_set_name (gtk_widget_get_accessible (GTK_WIDGET (applet)),
- "indicator-applet");
+ "indicator-applet-sus");
/* Init some theme/icon stuff */
gtk_icon_theme_append_search_path(gtk_icon_theme_get_default(),