Added use_filechooser=true property to GnomeFileEntry widgets to make use
2004-03-02 Dan T. Murphy <dtmurphy@acm.org> * file-types-properties.glade: Added use_filechooser=true property to GnomeFileEntry widgets to make use of new file selector. Fixes bug #135791.
This commit is contained in:
parent
2e5a41037f
commit
35def988fc
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-03-02 Dan T. Murphy <dtmurphy@acm.org>
|
||||
|
||||
* file-types-properties.glade: Added use_filechooser=true
|
||||
property to GnomeFileEntry widgets to make use of new file
|
||||
selector. Fixes bug #135791.
|
||||
|
||||
2004-02-19 Kaushal Kumar <kaushal.kumar@wipro.com>
|
||||
|
||||
* file-types-capplet.c (remove_cb): Added warning dialog to prompt
|
||||
|
|
|
@ -764,6 +764,8 @@
|
|||
<property name="max_saved">0</property>
|
||||
<property name="directory_entry">False</property>
|
||||
<property name="modal">True</property>
|
||||
<property name="use_filechooser">True"</property>
|
||||
|
||||
|
||||
<child internal-child="entry">
|
||||
<widget class="GtkEntry" id="combo-entry1">
|
||||
|
@ -1116,6 +1118,7 @@
|
|||
<property name="modal">True</property>
|
||||
<property name="directory_entry">no</property>
|
||||
<property name="visible">yes</property>
|
||||
<property name="use_filechooser">True</property>
|
||||
|
||||
<child internal-child="entry">
|
||||
<widget class="GtkEntry" id="combo-entry2">
|
||||
|
@ -1398,6 +1401,7 @@
|
|||
<property name="modal">True</property>
|
||||
<property name="directory_entry">no</property>
|
||||
<property name="visible">yes</property>
|
||||
<property name="use_filechooser">True</property>
|
||||
|
||||
<child internal-child="entry">
|
||||
<widget class="GtkEntry" id="entry2">
|
||||
|
|
Loading…
Add table
Reference in a new issue