volume-button: use symbolic icons by default
This commit is contained in:

committed by
Matthias Clasen

parent
9b81131003
commit
afa9339e71
@ -155,8 +155,8 @@ gtk_volume_button_class_init (GtkVolumeButtonClass *klass)
|
|||||||
g_param_spec_boolean ("use-symbolic",
|
g_param_spec_boolean ("use-symbolic",
|
||||||
P_("Use symbolic icons"),
|
P_("Use symbolic icons"),
|
||||||
P_("Whether to use symbolic icons"),
|
P_("Whether to use symbolic icons"),
|
||||||
FALSE,
|
TRUE,
|
||||||
G_PARAM_READWRITE));
|
G_PARAM_READWRITE|G_PARAM_CONSTRUCT));
|
||||||
|
|
||||||
/* Bind class to template
|
/* Bind class to template
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user