summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-global-preferences.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-09-05 14:44:07 +0200
committerStefano Karapetsas <[email protected]>2012-09-05 14:44:07 +0200
commitb10e30db918ff889bb06540e129b3f31b2815da2 (patch)
treed98d7640c4275e4d6496f54926b580e59b9253b7 /libcaja-private/caja-global-preferences.c
parentf82a305cde0842e53d7468ce37b4cd02161838c5 (diff)
downloadcaja-b10e30db918ff889bb06540e129b3f31b2815da2.tar.bz2
caja-b10e30db918ff889bb06540e129b3f31b2815da2.tar.xz
convert click-policy to gsettings
Diffstat (limited to 'libcaja-private/caja-global-preferences.c')
-rw-r--r--libcaja-private/caja-global-preferences.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/libcaja-private/caja-global-preferences.c b/libcaja-private/caja-global-preferences.c
index 00c1e743..e00f42fe 100644
--- a/libcaja-private/caja-global-preferences.c
+++ b/libcaja-private/caja-global-preferences.c
@@ -104,20 +104,6 @@ static EelEnumerationEntry file_size_enum_entries[] =
{ "4294967295", N_("4 GB"), 4294967295U }
};
-static EelEnumerationEntry click_policy_enum_entries[] =
-{
- {
- "single",
- N_("Activate items with a _single click"),
- CAJA_CLICK_POLICY_SINGLE
- },
- {
- "double",
- N_("Activate items with a _double click"),
- CAJA_CLICK_POLICY_DOUBLE
- }
-};
-
static EelEnumerationEntry search_bar_type_enum_entries[] =
{
{
@@ -254,13 +240,6 @@ static const PreferenceDefault preference_defaults[] =
"speed_tradeoff"
},
{
- CAJA_PREFERENCES_CLICK_POLICY,
- PREFERENCE_STRING,
- "double",
- NULL, NULL,
- "click_policy"
- },
- {
CAJA_PREFERENCES_INSTALL_MIME_ACTIVATION,
PREFERENCE_BOOLEAN,
GINT_TO_POINTER (TRUE)
@@ -569,9 +548,6 @@ global_preferences_register_enumerations (void)
* populate widgets and route preferences changes between the
* storage (MateConf) and the displayed values.
*/
- eel_enumeration_register ("click_policy",
- click_policy_enum_entries,
- G_N_ELEMENTS (click_policy_enum_entries));
eel_enumeration_register ("default_folder_viewer",
default_folder_viewer_enum_entries,
G_N_ELEMENTS (default_folder_viewer_enum_entries));