Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskbar/clock.c

    rf6b29929 r95fc538  
    219219}
    220220
    221 /** Launch date configuration application */
    222 static errno_t taskbar_clock_launch_date_cfg(void)
    223 {
    224         task_id_t id;
    225         const char *args[] = { "/app/date_cfg", NULL };
    226         return task_spawnv(&id, NULL, args[0], args);
    227 }
    228 
    229221/** Handle taskbar clock position event.
    230222 *
     
    241233        if (!gfx_pix_inside_rect(&pos, &clock->rect))
    242234                return ui_unclaimed;
    243 
    244         if (event->type == POS_PRESS) {
    245                 taskbar_clock_launch_date_cfg();
    246         }
    247235
    248236        return ui_claimed;
Note: See TracChangeset for help on using the changeset viewer.