[typing-break] Add support for Ubuntu's app indicator instead of GtkStatusIcon

This commit is contained in:
Travis B. Hartwell 2010-04-16 17:03:47 +02:00 committed by Rodrigo Moya
parent 95657cac93
commit 7cfd35fe84
4 changed files with 179 additions and 20 deletions

View file

@ -95,6 +95,7 @@ main (int argc, char *argv[])
return 0;
}
#ifndef HAVE_APP_INDICATOR
if (!no_check && !have_tray ()) {
GtkWidget *dialog;
@ -112,6 +113,7 @@ main (int argc, char *argv[])
gtk_widget_destroy (dialog);
}
#endif /* HAVE_APP_INDICATOR */
drwright = drwright_new ();