[gnome-documents] app: don't call g_set_prgname() twice
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] app: don't call g_set_prgname() twice
- Date: Mon, 23 Jan 2012 19:36:49 +0000 (UTC)
commit 887b771e17539d11d242422bd478232f11d4e916
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Jan 23 14:30:51 2012 -0500
app: don't call g_set_prgname() twice
Oops.
src/application.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 865954d..99e72ac 100644
--- a/src/application.js
+++ b/src/application.js
@@ -72,7 +72,7 @@ Application.prototype = {
application_id: 'org.gnome.Documents',
flags: Gio.ApplicationFlags.HANDLES_COMMAND_LINE
});
- GLib.set_prgname('gnome-documents');
+
this.application.connect('startup', Lang.bind(this, this._onStartup));
this.application.connect('command-line', Lang.bind(this, this._commandLine));
this.application.connect('activate', Lang.bind(this,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]