summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-03-10 14:49:16 +0000
committerBastien Nocera <hadess@hadess.net>2011-03-10 14:49:16 +0000
commitf72705b3fa7d92d1ad2b058e7ad720939d89a9da (patch)
tree3f2c0c53603d8a74542cde676180020f55d58cd6 /src
parent7ce94b27186235a5fa54b9b59c28f36b20b4d1db (diff)
main: Notify when we unset an MRL
And not just when we're setting the status bar status, otherwise we might miss the fact that it's playing or not.
Diffstat (limited to 'src')
-rw-r--r--src/totem-object.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/totem-object.c b/src/totem-object.c
index 922a1cb2..159fb05c 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -1739,6 +1739,8 @@ totem_action_set_mrl_with_warning (TotemObject *totem,
/* Unset the drag */
gtk_drag_source_unset (GTK_WIDGET (totem->bvw));
+
+ g_object_notify (G_OBJECT (totem), "playing");
} else {
gboolean caps;
gdouble volume;