~ubuntu-branches/ubuntu/vivid/cairo-dock-plug-ins/vivid

« back to all changes in this revision

Viewing changes to GMenu-old/src/applet-util.c

  • Committer: Matthieu Baerts
  • Date: 2013-08-27 14:46:47 UTC
  • mto: (53.1.4 cairo-dock-plug-ins)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: matttbe@gmail.com-20130827144647-wm0kyawa8vcg0cso
Tags: upstream-3.2.99.beta1.1~20130827~bzr2928
ImportĀ upstreamĀ versionĀ 3.2.99.beta1.1~20130827~bzr2928

Show diffs side-by-side

added added

removed removed

Lines of Context:
449
449
 
450
450
        if (info) {
451
451
                retval = g_strdup (gtk_icon_info_get_filename (info));
 
452
                #if GTK_CHECK_VERSION (3, 8, 0)
 
453
                g_object_unref (info);
 
454
                #else
452
455
                gtk_icon_info_free (info);
 
456
                #endif
453
457
        } else
454
458
                retval = NULL;
455
459
 
507
511
        return pixbuf;
508
512
}
509
513
#endif
510
 
*/
 
 
b'\\ No newline at end of file'
 
514
*/