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

« back to all changes in this revision

Viewing changes to clock/src/applet-init.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe), Matthieu Baerts (matttbe), Didier Roche
  • Date: 2010-09-18 14:20:27 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100918142027-b0zsay70mqxv63l0
Tags: 2.2.0~2-0ubuntu1
[ Matthieu Baerts (matttbe) ]
* New Upstream Version (LP: #638529)
* Fixed a few bugs on LP:
 - Fixed a crash in rainbow view when the cone is completely opened
 - Fixed a crash in rainbow view if the subdock is empty
 - Installed in lib directory by default even in 64bits arch
 - Status-Notifier: fixed few bugs
 - Clock applet:
   - Notify of missed tasks (moved some functions to a new file)
   - Fixed a little memory leak
 - Removed some 'g_print' (LP: #500677: xsession-errors log)
* Updated translations
* debian/control
 - Updated the version of cairo-dock-dev and cairo-dock-core

[ Didier Roche ]
* debian/control: depends on latest libindicator-dev (LP: #637692)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include "applet-struct.h"
24
24
#include "applet-draw.h"
25
 
#include "applet-digital.h" //Digital html like renderer
 
25
#include "applet-timer.h"
26
26
#include "applet-config.h"
27
27
#include "applet-theme.h"
28
28
#include "applet-calendar.h"
65
65
        if (CD_APPLET_MY_CONTAINER_IS_OPENGL)
66
66
                cd_clock_load_textures (myApplet);
67
67
        
68
 
        ///cd_clock_configure_digital (myApplet);  // mis en commentaire jusqu'a ce que ca soit fini.
69
 
        
70
68
        myData.cSystemLocation = g_strdup (g_getenv ("TZ"));
71
69
        myData.iLastCheckedMinute = -1;
72
70
        myData.iLastCheckedDay = -1;
117
115
 
118
116
 
119
117
CD_APPLET_RELOAD_BEGIN
120
 
        //\_______________ On recharge les donnees qui ont pu changer.
121
 
        ///cd_clock_configure_digital (myApplet);  // mis en commentaire jusqu'a ce que ca soit fini.
122
 
        
123
118
        myData.iTextLayout = myConfig.iPreferedTextLayout;  // on recalcule l'orientation si elle est automatique.
124
119
        if (CD_APPLET_MY_CONFIG_CHANGED)
125
120
        {