~vcs-imports/cairo-dock-plugins/trunk

« back to all changes in this revision

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

  • Committer: fabounet
  • Date: 2008-01-03 19:50:56 UTC
  • Revision ID: vcs-imports@canonical.com-20080103195056-ggctillpksodn9cc
correction deplacement fichier + normalisation des themes d'applets + parabolic

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
        if (my_bShowSeconds)
139
139
                g_string_printf (sFormat, "%T");
140
140
        else
141
 
                g_string_printf (sFormat, "%R");
 
141
                g_string_printf (sFormat, " %R");
142
142
        
143
143
        if (my_bShowDate)
144
 
                g_string_append (sFormat, "\n%a%d%b");
 
144
                g_string_append (sFormat, "\n%a %d %b");
145
145
        
146
146
        strftime (cDateBuffer, CD_CLOCK_DATE_BUFFER_LENGTH, sFormat->str, pTime);
147
147
        g_string_free (sFormat, TRUE);