diff options
Diffstat (limited to 'src/empathy-accounts.c')
-rw-r--r-- | src/empathy-accounts.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-accounts.c b/src/empathy-accounts.c index 05cb269c1..f8e52b2cc 100644 --- a/src/empathy-accounts.c +++ b/src/empathy-accounts.c @@ -231,6 +231,8 @@ main (int argc, char *argv[]) g_set_application_name (_("Empathy Accounts")); + /* Make empathy and empathy-accounts appear as the same app in gnome-shell */ + gdk_set_program_class ("Empathy"); gtk_window_set_default_icon_name ("empathy"); textdomain (GETTEXT_PACKAGE); |