[gnome-music: 2/3] set the name of the program.
- From: Vadim Rutkovsky <vrutkovsky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music: 2/3] set the name of the program.
- Date: Mon, 2 Sep 2013 10:39:37 +0000 (UTC)
commit 4d9491f851b9f6876a1d4070f5de3db8e27bfde2
Author: Sai <suman sai14 gmail com>
Date: Mon Sep 2 10:52:59 2013 +0530
set the name of the program.
gnomemusic/application.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/application.py b/gnomemusic/application.py
index 8fea46a..c201368 100644
--- a/gnomemusic/application.py
+++ b/gnomemusic/application.py
@@ -43,7 +43,7 @@ class Application(Gtk.Application):
application_id='org.gnome.Music',
flags=Gio.ApplicationFlags.FLAGS_NONE)
GLib.set_application_name(_('Music'))
-
+ GLib.set_prgname('gnome-music')
cssProviderFile = Gio.File.new_for_uri('resource:///org/gnome/Music/application.css')
cssProvider = Gtk.CssProvider()
cssProvider.load_from_file(cssProviderFile)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]