aboutsummaryrefslogtreecommitdiff
path: root/src-sus
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-07 18:50:32 +0100
committerTed Gould <ted@canonical.com>2009-08-07 18:50:32 +0100
commit40540252b3cdc7ebb27f8d8c1bced166a12ba23c (patch)
tree1a88c6d1796f36da7fb53c1068b772247e97e337 /src-sus
parent721b0f9ae27da0727faec06a0add00a384714999 (diff)
parent3a8b5caef72bd16f0fb4da9bb4b27b7c8b95f16e (diff)
downloadlibayatana-indicator-40540252b3cdc7ebb27f8d8c1bced166a12ba23c.tar.gz
libayatana-indicator-40540252b3cdc7ebb27f8d8c1bced166a12ba23c.tar.bz2
libayatana-indicator-40540252b3cdc7ebb27f8d8c1bced166a12ba23c.zip
Renaming the second Bonobo server description file to match that
of the FastUserSwitchApplet.
Diffstat (limited to 'src-sus')
-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(),