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