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

« back to all changes in this revision

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

  • Committer: matttbe
  • Date: 2010-09-16 01:04:46 UTC
  • Revision ID: matttbe@gmail.com-20100916010446-hbrei7s8nh80wpmq
* New Upstream Version (LP: #638529)
* Fixed a few bugs on LP:
 - Fixed a crash in rainbow view when the cone is completely opened
 - 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include "applet-draw.h"
25
25
#include "applet-theme.h"
26
26
#include "applet-calendar.h"
 
27
#include "applet-timer.h"
27
28
#include "applet-config.h"
28
29
 
29
30
#define CD_CLOCK_TIMEZONE_DIR "/usr/share/zoneinfo"