diff options
Diffstat (limited to 'src/totem-menu.c')
-rw-r--r-- | src/totem-menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-menu.c b/src/totem-menu.c index b9135d9eb..3a9479087 100644 --- a/src/totem-menu.c +++ b/src/totem-menu.c @@ -821,7 +821,7 @@ plugins_action_callback (GtkAction *action, Totem *totem) void show_sidebar_action_callback (GtkToggleAction *action, Totem *totem) { - if (totem_is_fullscreen (totem)) + if (totem_object_is_fullscreen (totem)) return; totem_sidebar_toggle (totem, gtk_toggle_action_get_active (action)); |