Skip to content
Snippets Groups Projects
Commit f471d304 authored by Dicson's avatar Dicson
Browse files

plugin_installer. fix self update

parent 2216487e
No related branches found
No related tags found
No related merge requests found
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
</object> </object>
<object class="GtkWindow" id="window2"> <object class="GtkWindow" id="window2">
<child> <child>
<object class="GtkVBox" id="vbox11"> <object class="GtkVBox" id="hbox111">
<property name="visible">True</property> <property name="visible">True</property>
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<child> <child>
......
...@@ -537,8 +537,8 @@ class PluginInstallerPluginConfigDialog(GajimPluginConfigDialog): ...@@ -537,8 +537,8 @@ class PluginInstallerPluginConfigDialog(GajimPluginConfigDialog):
'config_dialog.ui') 'config_dialog.ui')
self.xml = gtk.Builder() self.xml = gtk.Builder()
self.xml.set_translation_domain('gajim_plugins') self.xml.set_translation_domain('gajim_plugins')
self.xml.add_objects_from_file(self.GTK_BUILDER_FILE_PATH, ['vbox11']) self.xml.add_objects_from_file(self.GTK_BUILDER_FILE_PATH, ['hbox111'])
hbox = self.xml.get_object('vbox11') hbox = self.xml.get_object('hbox111')
self.child.pack_start(hbox) self.child.pack_start(hbox)
self.xml.connect_signals(self) self.xml.connect_signals(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment