changeset f1029ec8ffe1 in /home/hg/repos/gajim

author: Yann Leboulanger <aste...@lagaule.org>
branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=f1029ec8ffe1
description: handle config-path instead of config_path

diffstat:

 src/gajim.py           |  2 +-
 src/history_manager.py |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r f012fc8afd48 -r f1029ec8ffe1 src/gajim.py
--- a/src/gajim.py      Sun Aug 25 15:23:22 2013 +0200
+++ b/src/gajim.py      Sun Aug 25 16:14:38 2013 +0200
@@ -122,7 +122,7 @@
     try:
         shortargs = 'hqvl:p:c:'
         # add gtk/gnome session option as gtk_get_option_group is not wrapped
-        longargs = 'help quiet verbose loglevel= profile= config_path='
+        longargs = 'help quiet verbose loglevel= profile= config-path='
         longargs += ' class= name= screen= gtk-module= sync g-fatal-warnings'
         longargs += ' sm-client-id= sm-client-state-file= sm-disable'
         opts = getopt.getopt(sys.argv[1:], shortargs, longargs.split())[0]
diff -r f012fc8afd48 -r f1029ec8ffe1 src/history_manager.py
--- a/src/history_manager.py    Sun Aug 25 15:23:22 2013 +0200
+++ b/src/history_manager.py    Sun Aug 25 16:14:38 2013 +0200
@@ -62,7 +62,7 @@
 
     try:
         shortargs = 'hc:'
-        longargs = 'help config_path='
+        longargs = 'help config-path='
         opts = getopt.getopt(sys.argv[1:], shortargs, longargs.split())[0]
     except getopt.error, msg:
         print str(msg)
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to