INTEGRATION: CWS cmcfixes4 (1.3.10); FILE MERGED
2005/04/20 07:44:20 cmc 1.3.10.3: #i46800# / #i47163# revert these patches from this workspace and handle them seperately 2005/04/19 10:28:59 cmc 1.3.10.2: #i46800# add an extra combobox to seperately filter on suffix vs force the type to use 2005/04/12 08:59:54 cmc 1.3.10.1: #i47163# update password checkbox
This commit is contained in:
parent
47da36e77d
commit
13eafdf10e
1 changed files with 3 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: SalGtkFilePicker.hxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2005-01-18 13:24:57 $
|
||||
* last change: $Author: obo $ $Date: 2005-05-03 13:47:48 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -388,6 +388,7 @@ class SalGtkFilePicker :
|
|||
|
||||
static void preview_toggled_cb (GtkObject *cb, SalGtkFilePicker *pobjFP);
|
||||
static void filter_changed_cb (GtkFileChooser *file_chooser, GParamSpec *pspec, SalGtkFilePicker *pobjFP);
|
||||
static void filter_changed_atsave_cb (GtkComboBox* widget, SalGtkFilePicker *pobjFP);
|
||||
static void folder_changed_cb (GtkFileChooser *file_chooser, SalGtkFilePicker *pobjFP);
|
||||
static void selection_changed_cb (GtkFileChooser *file_chooser, SalGtkFilePicker *pobjFP);
|
||||
static void update_preview_cb (GtkFileChooser *file_chooser, SalGtkFilePicker *pobjFP);
|
||||
|
|
Loading…
Reference in a new issue