summaryrefslogtreecommitdiff
path: root/src/zenity.glade
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2006-05-11 01:31:35 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2006-05-11 01:31:35 +0000
commit07618f9daa007f7cabfee3b25845e9088330abcd (patch)
treedbcf223cd5844d76c4894aeb3059e87afc01c4f2 /src/zenity.glade
parent59b5bad79402b81b130e3b4242a74611d1c3be63 (diff)
add optional dropdown menu to entry dialog (Fixed bug #311038). Patch from
2006-05-10 Lucas Rocha <lucasr@gnome.org> * src/entry.c (zenity_entry_fill_entries, zenity_entry), src/main.c, src/option.c, src/zenity.glade, src/zenity.h: add optional dropdown menu to entry dialog (Fixed bug #311038). Patch from Diego Escalante Urrelo <dieguito@gmail.com>.
Diffstat (limited to 'src/zenity.glade')
-rw-r--r--src/zenity.glade21
1 files changed, 1 insertions, 20 deletions
diff --git a/src/zenity.glade b/src/zenity.glade
index f19fde3..9e01865 100644
--- a/src/zenity.glade
+++ b/src/zenity.glade
@@ -540,14 +540,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
- <property name="mnemonic_widget">zenity_entry_input</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
- <accessibility>
- <atkrelation target="zenity_entry_input" type="label-for"/>
- </accessibility>
</widget>
<packing>
<property name="padding">0</property>
@@ -557,22 +553,7 @@
</child>
<child>
- <widget class="GtkEntry" id="zenity_entry_input">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="editable">True</property>
- <property name="visibility">True</property>
- <property name="max_length">0</property>
- <property name="text" translatable="yes"></property>
- <property name="has_frame">True</property>
- <property name="invisible_char">*</property>
- <property name="activates_default">True</property>
- </widget>
- <packing>
- <property name="padding">0</property>
- <property name="expand">False</property>
- <property name="fill">False</property>
- </packing>
+ <placeholder/>
</child>
</widget>
<packing>