summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2004-02-27 20:08:53 +0000
committerJonathan Blandford <jrb@src.gnome.org>2004-02-27 20:08:53 +0000
commit528b02a847876ec4819acde16719ebff61f0444a (patch)
treee208c7610ed22ef0816fdbbe937433dea9a3da00
parent7ba7ec245ddd6ebc2b194deb8a0a488eea1958a9 (diff)
downloadgtk+-528b02a847876ec4819acde16719ebff61f0444a.tar.gz
remove folder-mode property.
Fri Feb 27 15:06:00 2004 Jonathan Blandford <jrb@redhat.com> * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove folder-mode property. * gtk/gtkfilechooserutils.c (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLog.pre-2-108
-rw-r--r--ChangeLog.pre-2-48
-rw-r--r--ChangeLog.pre-2-68
-rw-r--r--ChangeLog.pre-2-88
-rw-r--r--gtk/gtkfilechooser.c6
-rw-r--r--gtk/gtkfilechooserutils.c3
7 files changed, 40 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bd73d0da0..8d73c8e621 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Feb 27 15:06:00 2004 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
+ folder-mode property.
+
+ * gtk/gtkfilechooserutils.c
+ (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
+
Thu Feb 26 17:38:40 2004 Manish Singh <yosh@gimp.org>
* gtk/gtkcombobox.c: Add function declaration for
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 4bd73d0da0..8d73c8e621 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,11 @@
+Fri Feb 27 15:06:00 2004 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
+ folder-mode property.
+
+ * gtk/gtkfilechooserutils.c
+ (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
+
Thu Feb 26 17:38:40 2004 Manish Singh <yosh@gimp.org>
* gtk/gtkcombobox.c: Add function declaration for
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 4bd73d0da0..8d73c8e621 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,11 @@
+Fri Feb 27 15:06:00 2004 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
+ folder-mode property.
+
+ * gtk/gtkfilechooserutils.c
+ (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
+
Thu Feb 26 17:38:40 2004 Manish Singh <yosh@gimp.org>
* gtk/gtkcombobox.c: Add function declaration for
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 4bd73d0da0..8d73c8e621 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,11 @@
+Fri Feb 27 15:06:00 2004 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
+ folder-mode property.
+
+ * gtk/gtkfilechooserutils.c
+ (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
+
Thu Feb 26 17:38:40 2004 Manish Singh <yosh@gimp.org>
* gtk/gtkcombobox.c: Add function declaration for
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 4bd73d0da0..8d73c8e621 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,11 @@
+Fri Feb 27 15:06:00 2004 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
+ folder-mode property.
+
+ * gtk/gtkfilechooserutils.c
+ (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
+
Thu Feb 26 17:38:40 2004 Manish Singh <yosh@gimp.org>
* gtk/gtkcombobox.c: Add function declaration for
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index a8ead3f203..88b6709513 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -107,12 +107,6 @@ gtk_file_chooser_class_init (gpointer g_iface)
GTK_TYPE_FILE_FILTER,
G_PARAM_READWRITE));
g_object_interface_install_property (g_iface,
- g_param_spec_boolean ("folder-mode",
- P_("Folder Mode"),
- P_("Whether to select folders rather than files"),
- FALSE,
- G_PARAM_READWRITE));
- g_object_interface_install_property (g_iface,
g_param_spec_boolean ("local-only",
P_("Local Only"),
P_("Whether the selected file(s) should be limited to local file: URLs"),
diff --git a/gtk/gtkfilechooserutils.c b/gtk/gtkfilechooserutils.c
index d9ca91e7cb..388f08f088 100644
--- a/gtk/gtkfilechooserutils.c
+++ b/gtk/gtkfilechooserutils.c
@@ -89,9 +89,6 @@ _gtk_file_chooser_install_properties (GObjectClass *klass)
GTK_FILE_CHOOSER_PROP_FILTER,
"filter");
g_object_class_override_property (klass,
- GTK_FILE_CHOOSER_PROP_FOLDER_MODE,
- "folder-mode");
- g_object_class_override_property (klass,
GTK_FILE_CHOOSER_PROP_LOCAL_ONLY,
"local-only");
g_object_class_override_property (klass,