~woodrow-shen/totem/mybranch

« back to all changes in this revision

Viewing changes to src/totem-fullscreen.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Jeremy Bicha, Sebastien Bacher
  • Date: 2013-11-15 16:02:30 UTC
  • mfrom: (5.1.28 sid)
  • Revision ID: package-import@ubuntu.com-20131115160230-mc5binmx4pnrnq94
Tags: 3.8.2-0ubuntu2
[ Jeremy Bicha ]
* debian/control.in:
  - Don't build-depend on scrollkeeper

[ Sebastien Bacher ]
* debian/patches/git_no_assert_on_start.patch:
  - "main: Fix possible assertion on startup" (lp: #1197507)

Show diffs side-by-side

added added

removed removed

Lines of Context:
307
307
{
308
308
        GtkWidget *item;
309
309
 
310
 
        g_assert (fs->priv->is_fullscreen != FALSE);
 
310
        if (!fs->priv->is_fullscreen)
 
311
                return;
311
312
 
312
313
        if (fs->priv->popup_in_progress != FALSE)
313
314
                return;