~robert-ancell/unity-control-center/color-panel-3.10

« back to all changes in this revision

Viewing changes to panels/appearance/cc-appearance-item.c

  • Committer: Robert Ancell
  • Date: 2014-01-28 22:26:00 UTC
  • Revision ID: robert.ancell@canonical.com-20140128222600-03xiqkmru4serxov
Rename unity-slideshow-* icons to ucc-slideshow-* so we don't conflict
with gnome-control-center-unity anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
{
85
85
        GIcon *themed;
86
86
        GEmblem *emblem;
87
 
        themed = g_themed_icon_new ("unity-slideshow-emblem");
 
87
        themed = g_themed_icon_new ("ucc-slideshow-emblem");
88
88
        emblem = g_emblem_new_with_origin (themed, G_EMBLEM_ORIGIN_DEVICE);
89
89
        g_object_unref (themed);
90
90
        return emblem;