~cairo-dock-team/ubuntu/natty/cairo-dock-plug-ins/2.3.0-1

« back to all changes in this revision

Viewing changes to Cairo-Penguin/src/applet-theme.c

  • Committer: matttbe
  • Date: 2011-04-19 20:04:38 UTC
  • mfrom: (21.1.1 upstream)
  • Revision ID: matttbe@gmail.com-20110419200438-wtcdthgctt9v6hp8
* New Upstream Version (LP: #723995)
* Upstream short ChangeLog:
 - Updated translations
 - Updated the integration of the new versions of kwin and compiz
    (Switcher, ShowDesktop, etc.)
 - Removed a lot of useless g_print
 - Updated a few plug-ins to fit with the new version of the API (gldit)
 - Fixed a few bugs
 - Updated MeMenu, MessagingMenu and Status-Notifier to works
    with the latest version of dbusmenu, etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
        
129
129
        gsize length = 0;
130
130
        gchar **pGroupList = g_key_file_get_groups (pKeyFile, &length);
 
131
        g_return_if_fail (length > 0);
131
132
        
132
133
        g_free (myData.pAnimations);
133
134
        myData.iNbAnimations = 0;