~ubuntu-branches/ubuntu/oneiric/cairo-dock-plug-ins/oneiric-updates

« back to all changes in this revision

Viewing changes to switcher/src/applet-load-icons.c

  • Committer: Kees Cook
  • Date: 2011-08-11 23:17:39 UTC
  • mfrom: (20.1.1 cairo-dock-plug-ins)
  • Revision ID: kees@outflux.net-20110811231739-cteedan51tmdg77v
Tags: 2.4.0~0beta2-0ubuntu1
releasing version 2.4.0~0beta2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
 
201
201
void cd_switcher_load_default_map_surface (void)
202
202
{
203
 
        g_return_if_fail (myDrawContext != NULL);
204
203
        if (myData.pDefaultMapSurface != NULL)
205
204
                cairo_surface_destroy (myData.pDefaultMapSurface);
206
205
        cd_debug ("%s (%.2fx%.2f)", __func__, myIcon->fWidth, myIcon->fHeight);