Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Melcer <liori@exroot.org>2006-06-25 21:03:59 +0400
committerTomasz Melcer <liori@exroot.org>2006-06-25 21:03:59 +0400
commitecc0403981699a6924662734fa271164f38154d2 (patch)
tree1cc728f383f2641012856ea4ea2a480727769197 /data/glade
parentce9cbe6f2159038596d7ad5fb10265744465b4c6 (diff)
Invoking commands works. It will be a long way to finish it, though...
As long as the responder uses only text-single, list-single and boolean fields, it is possible to invoke and complete a command. Other field types are not implemented now in dataforms.py.
Diffstat (limited to 'data/glade')
-rw-r--r--data/glade/data_form_window.glade11
1 files changed, 5 insertions, 6 deletions
diff --git a/data/glade/data_form_window.glade b/data/glade/data_form_window.glade
index 0081400cb..d7a2eb92b 100644
--- a/data/glade/data_form_window.glade
+++ b/data/glade/data_form_window.glade
@@ -251,14 +251,13 @@
</child>
<child>
- <widget class="GtkVBox" id="form_vbox">
+ <widget class="GtkTable" id="form_table">
<property name="visible">True</property>
+ <property name="n_rows">1</property>
+ <property name="n_columns">3</property>
<property name="homogeneous">False</property>
- <property name="spacing">0</property>
-
- <child>
- <placeholder/>
- </child>
+ <property name="row_spacing">0</property>
+ <property name="column_spacing">0</property>
</widget>
<packing>
<property name="padding">0</property>