~ubuntu-branches/ubuntu/utopic/unity-control-center/utopic

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Robert Ancell
  • Date: 2014-01-30 16:15:17 UTC
  • Revision ID: package-import@ubuntu.com-20140130161517-ymo7a00y376467lg
Tags: 14.04.1-0ubuntu3
* Imported the current g-c-c translations from launchpad, those include 
  the Ubuntu specific strings

[ Robert Ancell ]
* 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;