~cairo-dock-team/ubuntu/oneiric/cairo-dock/2.3.0-2.1

« back to all changes in this revision

Viewing changes to src/icon-factory/cairo-dock-launcher-factory.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-09-18 14:17:48 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100918141748-xehdzux0c21lgejw
Tags: 2.2.0~2-0ubuntu1
* New Upstream Version (LP: #638527)
* Fixed a few bugs:
 - Third-party applets can be deleted if the user switch to offline
 - Fixed a crash when changing the theme
 - Fixed transparency for data-renderer texts
 - Installed in lib/ directory by default for 64bits architecture
 - Fixed the name of applets in the launchers config panel
 - Fixed address of third-party applets in the menu
 - Code cleaning.
* Updated Translations
* debian/patches
 - Updated 01-desktop-file-category.patch (desktop files has changed)
* data/messages: Removed an useless file
* Removed a few useless excecution rights.

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
                g_free (cOldCommand);
292
292
        }
293
293
        
 
294
        gsize length = 0;
 
295
        icon->pMimeTypes = g_key_file_get_string_list (pKeyFile, "Desktop Entry", "MimeType", &length, NULL);
 
296
        
294
297
        if (g_key_file_has_key (pKeyFile, "Desktop Entry", "group", NULL))
295
298
        {
296
299
                icon->iType = g_key_file_get_integer (pKeyFile, "Desktop Entry", "group", NULL);