summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2016-05-03 15:47:30 +0100
committerDavid King <amigadave@amigadave.com>2016-05-03 15:47:30 +0100
commit4bb6cf6069159595163e24a5464423b245c664e4 (patch)
treed461176a232eccc9fb2f47b7b9ea7c03d289aa2f /src
parent7a899c73e4ed4343805d795f24984d836bdc890d (diff)
downloadcheese-4bb6cf6069159595163e24a5464423b245c664e4.tar.gz
Fix fallback application icon name
https://bugzilla.gnome.org/show_bug.cgi?id=765874
Diffstat (limited to 'src')
-rw-r--r--src/cheese-application.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cheese-application.vala b/src/cheese-application.vala
index b930118b..633a25eb 100644
--- a/src/cheese-application.vala
+++ b/src/cheese-application.vala
@@ -111,7 +111,7 @@ public class Cheese.Application : Gtk.Application
true);
Environment.set_application_name (_("Cheese"));
- Window.set_default_icon_name ("cheese");
+ Window.set_default_icon_name ("org.gnome.Cheese");
this.add_accelerator ("space", "app.shoot", null);