diff options
Diffstat (limited to 'src/empathy-call.c')
-rw-r--r-- | src/empathy-call.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-call.c b/src/empathy-call.c index f9e216522..d5fa2d17e 100644 --- a/src/empathy-call.c +++ b/src/empathy-call.c @@ -138,6 +138,8 @@ main (int argc, g_set_application_name (_("Empathy Audio/Video Client")); g_setenv ("PULSE_PROP_media.role", "phone", TRUE); + /* Make empathy and empathy-call appear as the same app in gnome-shell */ + gdk_set_program_class ("Empathy"); gtk_window_set_default_icon_name ("empathy"); textdomain (GETTEXT_PACKAGE); |