Update core modules to use new default view settings

SVN revision: 24493
This commit is contained in:
essiene 2006-08-09 06:38:35 +00:00 committed by essiene
parent 26abf12032
commit e4b80ce483
8 changed files with 16 additions and 8 deletions

View File

@ -38,7 +38,8 @@ static const E_Gadcon_Client_Class _gadcon_class =
"battery", "battery",
{ {
_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon _gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon
} },
E_GADCON_CLIENT_STYLE_PLAIN
}; };
/**/ /**/
/***************************************************************************/ /***************************************************************************/

View File

@ -19,7 +19,8 @@ static const E_Gadcon_Client_Class _gadcon_class =
"clock", "clock",
{ {
_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon _gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon
} },
E_GADCON_CLIENT_STYLE_PLAIN
}; };
/**/ /**/
/***************************************************************************/ /***************************************************************************/

View File

@ -24,7 +24,8 @@ static const E_Gadcon_Client_Class _gadcon_class =
"cpufreq", "cpufreq",
{ {
_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon _gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon
} },
E_GADCON_CLIENT_STYLE_PLAIN
}; };
/**/ /**/
/***************************************************************************/ /***************************************************************************/

View File

@ -19,7 +19,8 @@ static const E_Gadcon_Client_Class _gadcon_class =
"ibar", "ibar",
{ {
_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon _gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon
} },
E_GADCON_CLIENT_STYLE_INSET
}; };
/**/ /**/
/***************************************************************************/ /***************************************************************************/

View File

@ -19,7 +19,8 @@ static const E_Gadcon_Client_Class _gadcon_class =
"ibox", "ibox",
{ {
_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon _gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon
} },
E_GADCON_CLIENT_STYLE_INSET
}; };
/**/ /**/
/***************************************************************************/ /***************************************************************************/

View File

@ -19,7 +19,8 @@ static const E_Gadcon_Client_Class _gadcon_class =
"pager", "pager",
{ {
_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon _gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon
} },
E_GADCON_CLIENT_STYLE_INSET
}; };
/**/ /**/
/***************************************************************************/ /***************************************************************************/

View File

@ -19,7 +19,8 @@ static const E_Gadcon_Client_Class _gadcon_class =
"start", "start",
{ {
_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon _gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon
} },
E_GADCON_CLIENT_STYLE_PLAIN
}; };
/**/ /**/
/***************************************************************************/ /***************************************************************************/

View File

@ -24,7 +24,8 @@ static const E_Gadcon_Client_Class _gadcon_class =
"temperature", "temperature",
{ {
_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon _gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon
} },
E_GADCON_CLIENT_STYLE_PLAIN
}; };
/**/ /**/
/***************************************************************************/ /***************************************************************************/