~cairo-dock-team/ubuntu/precise/cairo-dock/3.0.0.0rc1

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-dock-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:
301
301
        }
302
302
        pDock->iScreenOffsetX = pParentDock->iScreenOffsetX;
303
303
        pDock->iScreenOffsetY = pParentDock->iScreenOffsetY;
304
 
        if (g_bKeepAbove)
305
 
                gtk_window_set_keep_above (GTK_WINDOW (pDock->container.pWidget), FALSE);
306
304
        gtk_window_set_title (GTK_WINDOW (pDock->container.pWidget), "cairo-dock-sub");
307
305
        
308
306
        pDock->bAutoHide = FALSE;