[simple-scan] Fix application ID to match resources names
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [simple-scan] Fix application ID to match resources names
- Date: Thu, 22 Jun 2017 04:47:11 +0000 (UTC)
commit 27504a99e468e53049d1c3450e368cc0ae23abdb
Author: Robert Ancell <robert ancell canonical com>
Date: Thu Jun 22 16:46:35 2017 +1200
Fix application ID to match resources names
src/simple-scan.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/simple-scan.vala b/src/simple-scan.vala
index 7e8c641..841e702 100644
--- a/src/simple-scan.vala
+++ b/src/simple-scan.vala
@@ -39,7 +39,7 @@ public class SimpleScan : Gtk.Application
public SimpleScan (ScanDevice? device = null)
{
/* The inhibit () method use this */
- Object (application_id: "org.gnome.simple-scan");
+ Object (application_id: "org.gnome.SimpleScan");
register_session = true;
default_device = device;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]