diff options
author | Ted Gould <ted@canonical.com> | 2009-03-26 13:24:38 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-03-26 13:24:38 -0500 |
commit | f6bd9e6f57bb14d2bfbee3a184e54beb79269f77 (patch) | |
tree | 2519865a94b9cb9cfb9fe12e61c36420895ceb95 /src/applet-main.c | |
parent | 37af771e05d655d9fe3723a4138714c360d5fa14 (diff) | |
download | libayatana-indicator-f6bd9e6f57bb14d2bfbee3a184e54beb79269f77.tar.gz libayatana-indicator-f6bd9e6f57bb14d2bfbee3a184e54beb79269f77.tar.bz2 libayatana-indicator-f6bd9e6f57bb14d2bfbee3a184e54beb79269f77.zip |
ATK name for Eitan
Diffstat (limited to 'src/applet-main.c')
-rw-r--r-- | src/applet-main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/applet-main.c b/src/applet-main.c index 51e3c93..8de2358 100644 --- a/src/applet-main.c +++ b/src/applet-main.c @@ -199,6 +199,8 @@ applet_fill_cb (PanelApplet * applet, const gchar * iid, gpointer data) gtk_container_set_border_width(GTK_CONTAINER (applet), 0); 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"); /* Init some theme/icon stuff */ gtk_icon_theme_append_search_path(gtk_icon_theme_get_default(), |