diff options
| author | Federico Angelilli <code@fedang.net> | 2024-03-14 23:42:39 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-03-14 23:42:39 +0100 |
| commit | 5765bea99e1d497063ab312d879390b0dd3d2efd (patch) | |
| tree | 474befd6fa140801c5d48ce857eb4dc2462616aa /src/comet.c | |
| parent | 164a2559cbc9012194484fba767dcd127b36a993 (diff) | |
Add layout animations and refactor
Diffstat (limited to 'src/comet.c')
| -rw-r--r-- | src/comet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comet.c b/src/comet.c index ea574cc..3ec6bc7 100644 --- a/src/comet.c +++ b/src/comet.c @@ -306,7 +306,7 @@ int main(int argc, char **argv) // Date & time button Button *date_btn = button_simple_create(PANGO_ALIGN_CENTER, color, line_color); button_simple_set_text(date_btn, g_strdup("date"), text_color); - button_simple_set_action(date_btn, show_action, &date_ctx); + button_simple_set_action(date_btn, NULL, &date_ctx); state_add_button(state, date_btn); struct sigevent sev = { 0 }; |
