Taskbar: thumbnails (tint2conf)
This commit is contained in:
parent
87da8c76cc
commit
5730725762
1 changed files with 1 additions and 1 deletions
|
@ -1740,7 +1740,7 @@ void add_entry(char *key, char *value)
|
||||||
else if (strcmp(key, "task_thumbnail") == 0)
|
else if (strcmp(key, "task_thumbnail") == 0)
|
||||||
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(tooltip_task_thumbnail), atoi(value));
|
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(tooltip_task_thumbnail), atoi(value));
|
||||||
else if (strcmp(key, "task_thumbnail_size") == 0)
|
else if (strcmp(key, "task_thumbnail_size") == 0)
|
||||||
gtk_spin_button_set_value(GTK_SPIN_BUTTON(tooltip_task_thumbnail_size), MAX(8, atoi(value1)));
|
gtk_spin_button_set_value(GTK_SPIN_BUTTON(tooltip_task_thumbnail_size), MAX(8, atoi(value)));
|
||||||
|
|
||||||
/* Systray */
|
/* Systray */
|
||||||
else if (strcmp(key, "systray") == 0) {
|
else if (strcmp(key, "systray") == 0) {
|
||||||
|
|
Loading…
Reference in a new issue