projects
/
euphoria.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e4752e
)
Initialize properties with nil rather than an empty hash.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Sat, 7 Oct 2006 18:28:41 +0000
(20:28 +0200)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Sat, 7 Oct 2006 18:28:41 +0000
(20:28 +0200)
This made only sense in the past before propdicts were introduced.
lib/playlist_item.rb
patch
|
blob
|
history
diff --git
a/lib/playlist_item.rb
b/lib/playlist_item.rb
index 2a2deacbd4e26a976baa158b8a53edb98246c375..f3d397f0de97b62e9ba86dc09891ecddfe2186d5 100644
(file)
--- a/
lib/playlist_item.rb
+++ b/
lib/playlist_item.rb
@@
-15,7
+15,7
@@
class PlaylistItem
@selected = false
@hilighted = false
- @props =
{}
+ @props =
nil
@xmms.medialib_get_info(id).notifier do |res|
self.properties = res.value