~cairo-dock-team/cairo-dock-plug-ins/3.0.x

« back to all changes in this revision

Viewing changes to systray/src/systray-config.c

  • Committer: Fabrice Rey
  • Date: 2012-06-10 01:07:55 UTC
  • Revision ID: fabounet03@gmail.com-20120610010755-26jb94w5t9z10mtr
merged from trunk, rev 2424

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        CD_CONFIG_RENAME_GROUP ("GUI", "Configuration");
33
33
        myConfig.shortcut = CD_CONFIG_GET_STRING_WITH_DEFAULT ("Configuration", "shortkey", "<Ctrl>F2");
34
34
        myConfig.iIconPacking = CD_CONFIG_GET_INTEGER_WITH_DEFAULT ("Configuration", "icon packing", 0);
35
 
        //myConfig.iIconSize = CD_CONFIG_GET_INTEGER_WITH_DEFAULT ("Configuration", "icon size", 24);
36
35
CD_APPLET_GET_CONFIG_END
37
36
 
38
37