~ubuntu-branches/debian/sid/cheese/sid

« back to all changes in this revision

Viewing changes to src/thumbview/eog-thumb-nav.c

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2014-10-19 20:42:33 UTC
  • mto: (1.3.14)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20141019204233-be8wkw2qzdileiav
Tags: upstream-3.14.1
ImportĀ upstreamĀ versionĀ 3.14.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
619
619
 
620
620
  g_return_val_if_fail (EOG_IS_THUMB_NAV (nav), FALSE);
621
621
 
 
622
  priv = eog_thumb_nav_get_instance_private (nav);
 
623
 
622
624
  return priv->show_buttons;
623
625
}
624
626