summaryrefslogtreecommitdiff
path: root/src/empathy-accounts.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-16 10:44:20 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-16 10:57:36 +0100
commitf19e015dc6bc1b62805dd37159176b591a7f9676 (patch)
tree45e9c3a138ced227f5862ca341700258183fc450 /src/empathy-accounts.c
parent9c59bb18947a31362ded4c9e5ec5c4ea8c4d0b83 (diff)
downloadempathy-f19e015dc6bc1b62805dd37159176b591a7f9676.tar.gz
set 'Empathy' as program class in all binaries
This will make all the empathy apps windows appear as the same application in gnome-shell. (#642440) Thanks to Owen Taylor for this trick.
Diffstat (limited to 'src/empathy-accounts.c')
-rw-r--r--src/empathy-accounts.c2
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);