gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-78


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-78-g286b2e4
Date: Fri, 17 Dec 2010 15:38:53 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  286b2e40250f794c6fed57cf2cfcbaf799a0ea4a (commit)
      from  7815758760371333396c9b285c95b05ebcb657b4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=286b2e40250f794c6fed57cf2cfcbaf799a0ea4a


commit 286b2e40250f794c6fed57cf2cfcbaf799a0ea4a
Author: Daniele Forsi <address@hidden>
Date:   Fri Dec 17 15:12:08 2010 +0100

    Load the glade file from the same directory as the script

diff --git a/utils/gnokii-configure b/utils/gnokii-configure
index c94d238..cb9de23 100755
--- a/utils/gnokii-configure
+++ b/utils/gnokii-configure
@@ -99,7 +99,9 @@ class GnokiiAssistant(gtk.Assistant):
        def __init__(self):
                gtk.Assistant.__init__(self)
 
-               self.assistant_xml = gtk.glade.XML('gnokii-configure.glade')
+               pathname = os.path.dirname(sys.argv[0])
+               guifile = os.path.join(pathname, 'gnokii-configure.glade')
+               self.assistant_xml = gtk.glade.XML(guifile)
                self.assistant_xml.signal_autoconnect(self)
                self.assistant = 
self.assistant_xml.get_widget('gnokii_config_assistant')
 

-----------------------------------------------------------------------

Summary of changes:
 utils/gnokii-configure |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]