[gnome-documents] application: call g_set_application_name() at startup
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] application: call g_set_application_name() at startup
- Date: Wed, 19 Dec 2012 11:59:24 +0000 (UTC)
commit 1f40cc615100ea1f80153fd4e359c1ada66494f2
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Dec 19 12:55:05 2012 +0100
application: call g_set_application_name() at startup
src/application.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 85da76f..65c8762 100644
--- a/src/application.js
+++ b/src/application.js
@@ -99,6 +99,7 @@ const Application = new Lang.Class({
Gettext.bindtextdomain('gnome-documents', Path.LOCALE_DIR);
Gettext.textdomain('gnome-documents');
GLib.set_prgname('gnome-documents');
+ GLib.set_application_name(_("Documents"));
this.parent({ application_id: 'org.gnome.Documents',
flags: Gio.ApplicationFlags.HANDLES_COMMAND_LINE,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]