1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 12:28:08 +01:00

Fix remnants of codesplit

This commit is contained in:
David Paleino
2010-01-03 17:40:58 +01:00
parent 920b1ef767
commit fdff63d869
3 changed files with 1 additions and 7 deletions

View File

@@ -155,7 +155,7 @@ def main (argv):
script_info = get_script_info(network, network_type)
gladefile = wpath.share + "wicd.glade"
gladefile = wpath.gtk + "wicd.glade"
wTree = gtk.glade.XML(gladefile)
dialog = wTree.get_widget("configure_script_dialog")
wTree.get_widget("pre_label").set_label(language['before_script'] + ":")