aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-16 08:25:10 -0600
committerTed Gould <ted@gould.cx>2010-02-16 08:25:10 -0600
commit62876d9ec2775b052493ada9e0b03e557c5ca4bb (patch)
tree59567b1e6815b421e1d4b13963a540f8831b061e
parent37a107b59320377772c52e03db294614b08a2022 (diff)
downloadlibayatana-indicator-62876d9ec2775b052493ada9e0b03e557c5ca4bb.tar.gz
libayatana-indicator-62876d9ec2775b052493ada9e0b03e557c5ca4bb.tar.bz2
libayatana-indicator-62876d9ec2775b052493ada9e0b03e557c5ca4bb.zip
Removing the reading of the desktop file.
-rw-r--r--libindicator/indicator-desktop-shortcuts.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libindicator/indicator-desktop-shortcuts.c b/libindicator/indicator-desktop-shortcuts.c
index 9f31c5d..07fa40a 100644
--- a/libindicator/indicator-desktop-shortcuts.c
+++ b/libindicator/indicator-desktop-shortcuts.c
@@ -78,7 +78,7 @@ indicator_desktop_shortcuts_class_init (IndicatorDesktopShortcutsClass *klass)
"The path of the desktop file to read",
"A path to a desktop file that we'll look for shortcuts in.",
NULL,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT_ONLY));
+ G_PARAM_WRITABLE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT_ONLY));
g_object_class_install_property(object_class, PROP_IDENTITY,
g_param_spec_string(PROP_IDENTITY_S,
"The string that represents the identity that we're acting as.",
@@ -176,8 +176,6 @@ get_property (GObject * object, guint prop_id, GValue * value, GParamSpec * pspe
IndicatorDesktopShortcutsPrivate * priv = INDICATOR_DESKTOP_SHORTCUTS_GET_PRIVATE(object);
switch(prop_id) {
- case PROP_DESKTOP_FILE:
- break;
case PROP_IDENTITY:
g_value_set_string(value, priv->identity);
break;