Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
letoh committed Jun 7, 2013
1 parent ee6abe4 commit a24d59f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tray-appindicator.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ gboolean tray_appindicator_create(gpointer data)
return FALSE;

tray_appindicator = app_indicator_new_with_path ("hime", iconame, APP_INDICATOR_CATEGORY_APPLICATION_STATUS, icondir);
if(tray_appindicator == NULL)
return TRUE;

app_indicator_set_status (tray_appindicator, APP_INDICATOR_STATUS_ACTIVE);
GtkWidget *menu = NULL;
menu = create_tray_menu(mitems);
Expand Down

0 comments on commit a24d59f

Please sign in to comment.