[totem] main: Remove save property from playlist
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] main: Remove save property from playlist
- Date: Thu, 23 Jan 2014 06:43:37 +0000 (UTC)
commit f75b1a2a2adca352a1536343c5608e9efa3ac6ea
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jan 22 20:08:17 2014 +0100
main: Remove save property from playlist
Left-over bits from ec64084c71290557819ee007b969f080747e36e5
src/totem-playlist.c | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/src/totem-playlist.c b/src/totem-playlist.c
index 195dc5d..d637cf4 100644
--- a/src/totem-playlist.c
+++ b/src/totem-playlist.c
@@ -153,8 +153,7 @@ enum {
enum {
PROP_0,
PROP_SHUFFLE,
- PROP_REPEAT,
- PROP_SAVE
+ PROP_REPEAT
};
typedef struct {
@@ -2788,9 +2787,4 @@ totem_playlist_class_init (TotemPlaylistClass *klass)
g_param_spec_boolean ("repeat", "Repeat",
"Whether repeat mode is enabled.", FALSE,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
-
- g_object_class_install_property (object_class, PROP_SAVE,
- g_param_spec_boolean ("save", "Save",
- "Whether to save the current session.", FALSE,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]