~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty

« back to all changes in this revision

Viewing changes to src/st/st-icon.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-31 21:29:20 UTC
  • mfrom: (1.1.51)
  • Revision ID: package-import@ubuntu.com-20130731212920-mz92zheiqgq2ggd1
Tags: 3.8.4-0ubuntu1
* New upstream release.
* debian/patches/git-dont-crash-for-unstaged-widgets.patch:
  - Dropped, applied in new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
539
539
 
540
540
  if (g_icon_equal (priv->gicon, gicon)) /* do nothing */
541
541
    {
542
 
      g_object_unref (gicon);
 
542
      if (gicon)
 
543
        g_object_unref (gicon);
543
544
      return;
544
545
    }
545
546