git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4b56f66
)
skins2: add missing var_DelCallback
author
Erwan Tulou
<erwan10@videolan.org>
Sat, 27 Jun 2009 05:39:55 +0000
(07:39 +0200)
committer
Erwan Tulou
<erwan10@videolan.org>
Sun, 28 Jun 2009 19:39:31 +0000
(21:39 +0200)
modules/gui/skins2/src/vlcproc.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/skins2/src/vlcproc.cpp
b/modules/gui/skins2/src/vlcproc.cpp
index
362c6d2
..
c76bb97
100644
(file)
--- a/
modules/gui/skins2/src/vlcproc.cpp
+++ b/
modules/gui/skins2/src/vlcproc.cpp
@@
-195,6
+195,7
@@
VlcProc::~VlcProc()
var_DelCallback( getIntf()->p_sys->p_playlist, "item-change",
onItemChange, this );
var_DelCallback( getIntf(), "skin-to-load", onSkinToLoad, this );
+ var_DelCallback( getIntf(), "interaction", onInteraction, this );
}
void VlcProc::manage()