e: oopsie. warnings--

SVN revision: 65205
This commit is contained in:
Boris Faure 2011-11-14 22:04:27 +00:00
parent 27264671d0
commit 328496c8f4
6 changed files with 9 additions and 9 deletions

View File

@ -1066,10 +1066,10 @@ _gc_orient(E_Gadcon_Client *gcc,
e_gadcon_client_min_size_set(gcc, 16, 16);
}
static char *
static const char *
_gc_label(E_Gadcon_Client_Class *client_class __UNUSED__)
{
return (char*)_(_e_bluez_Name);
return _(_e_bluez_Name);
}
static Evas_Object *

View File

@ -1663,10 +1663,10 @@ _gc_orient(E_Gadcon_Client *gcc,
e_gadcon_client_min_size_set(gcc, 16, 16);
}
static char *
static const char *
_gc_label(E_Gadcon_Client_Class *client_class __UNUSED__)
{
return (char*)_(_e_connman_Name);
return _(_e_connman_Name);
}
static Evas_Object *

View File

@ -14,7 +14,7 @@ struct _Instance
static E_Gadcon_Client *_gc_init(E_Gadcon *gc, const char *name, const char *id, const char *style);
static void _gc_shutdown(E_Gadcon_Client *gcc);
static void _gc_orient(E_Gadcon_Client *gcc, E_Gadcon_Orient orient);
static char *_gc_label(E_Gadcon_Client_Class *cc);
static const char *_gc_label(E_Gadcon_Client_Class *cc);
static Evas_Object *_gc_icon(E_Gadcon_Client_Class *cc, Evas *evas);
static const char *_gc_id_new(E_Gadcon_Client_Class *cc);
static void _cb_action_mode_single(void *data, Evas_Object *obj __UNUSED__, const char *emission __UNUSED__, const char *source __UNUSED__);
@ -113,7 +113,7 @@ _gc_orient(E_Gadcon_Client *gcc, E_Gadcon_Orient orient __UNUSED__)
e_gadcon_client_min_size_set(gcc, 16, 16);
}
static char *
static const char *
_gc_label(E_Gadcon_Client_Class *cc __UNUSED__)
{
return _("Illume-Mode-Toggle");

View File

@ -1119,7 +1119,7 @@ _gc_orient(E_Gadcon_Client *gcc, E_Gadcon_Orient orient __UNUSED__)
e_gadcon_client_min_size_set(gcc, 16, 16);
}
static char *
static const char *
_gc_label(E_Gadcon_Client_Class *client_class __UNUSED__)
{
return (char*)_(_e_mixer_Name);

View File

@ -503,7 +503,7 @@ _gc_orient(E_Gadcon_Client *gcc,
e_gadcon_client_min_size_set(gcc, 16, 16);
}
static char *
static const char *
_gc_label(E_Gadcon_Client_Class *client_class __UNUSED__)
{
return _(_e_ofono_Name);

View File

@ -1102,7 +1102,7 @@ _gc_orient(E_Gadcon_Client *gcc, E_Gadcon_Orient orient)
_systray_size_apply(inst);
}
static char *
static const char *
_gc_label(E_Gadcon_Client_Class *client_class __UNUSED__)
{
return _("Systray");