Kaydet (Commit) 13eafdf1 authored tarafından Oliver Bolte's avatar Oliver Bolte

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
üst 47da36e7
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: SalGtkFilePicker.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -388,6 +388,7 @@ class SalGtkFilePicker : ...@@ -388,6 +388,7 @@ class SalGtkFilePicker :
static void preview_toggled_cb (GtkObject *cb, SalGtkFilePicker *pobjFP); 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_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 folder_changed_cb (GtkFileChooser *file_chooser, SalGtkFilePicker *pobjFP);
static void selection_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); static void update_preview_cb (GtkFileChooser *file_chooser, SalGtkFilePicker *pobjFP);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment