diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-06-08 12:15:30 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-06-08 12:15:30 (GMT) |
commit | 55510e4e191a6b28debc307185a2d70e1af91d28 (patch) | |
tree | c110687d69e8c917fc2a95bafe448a941f34e2a8 | |
parent | 85f31bd1441efeacb631f8f98e2f5f2cd1d27fd7 (diff) |
removed usedcarts widget from glade file
git-svn-id: https://svn.helsinki.at/rhimport/trunk@68 7c65635b-ec39-4f67-a626-873dbafdd612
-rw-r--r-- | rhimport.glade | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/rhimport.glade b/rhimport.glade index dfc15a0..69f7a20 100644 --- a/rhimport.glade +++ b/rhimport.glade @@ -232,42 +232,4 @@ </widget> </child> </widget> - <widget class="GtkWindow" id="usedcartswin"> - <property name="destroy_with_parent">True</property> - <child> - <widget class="GtkFrame" id="usedcartsframe"> - <property name="visible">True</property> - <property name="label_xalign">0</property> - <property name="shadow_type">none</property> - <child> - <widget class="GtkAlignment" id="alignment1"> - <property name="visible">True</property> - <property name="bottom_padding">10</property> - <property name="left_padding">10</property> - <property name="right_padding">10</property> - <child> - <widget class="GtkTextView" id="tf_usedcarts"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="editable">False</property> - <property name="text" translatable="yes"><nr>: <title></property> - </widget> - </child> - </widget> - </child> - <child> - <widget class="GtkLabel" id="l_usedcarts_main"> - <property name="visible">True</property> - <property name="xpad">5</property> - <property name="ypad">5</property> - <property name="label" translatable="yes"><b>group - start:end</b></property> - <property name="use_markup">True</property> - </widget> - <packing> - <property name="type">label_item</property> - </packing> - </child> - </widget> - </child> - </widget> </glade-interface> |