*add* clock tooltip finished, see issue 115
*fix* reset sigmask before forking git-svn-id: http://tint2.googlecode.com/svn/trunk@272 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -382,6 +382,10 @@ void add_entry (char *key, char *value)
|
||||
memcpy(&panel_config.clock.area.pix.back, &a->pix.back, sizeof(Color));
|
||||
memcpy(&panel_config.clock.area.pix.border, &a->pix.border, sizeof(Border));
|
||||
}
|
||||
else if (strcmp(key, "clock_tooltip") == 0) {
|
||||
if (strlen(value) > 0)
|
||||
time_tooltip_format = strdup (value);
|
||||
}
|
||||
else if (strcmp(key, "clock_lclick_command") == 0) {
|
||||
if (strlen(value) > 0)
|
||||
clock_lclick_command = strdup(value);
|
||||
|
||||
Reference in New Issue
Block a user