summaryrefslogtreecommitdiff
path: root/src/empathy-chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-chat.c')
-rw-r--r--src/empathy-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat.c b/src/empathy-chat.c
index f25acb657..e0bcd813e 100644
--- a/src/empathy-chat.c
+++ b/src/empathy-chat.c
@@ -116,7 +116,7 @@ main (int argc,
empathy_init ();
/* Make empathy and empathy-chat appear as the same app in gnome-shell */
- gdk_set_program_class ("Empathy");
+ g_set_prgname ("empathy");
gtk_window_set_default_icon_name ("empathy");
textdomain (GETTEXT_PACKAGE);