init clock before displaying it, not after

master
Andrzej Rybczak 17 years ago
parent 0a6272c6db
commit 582725f2f9
  1. 2
      src/ncmpcpp.cpp

@ -3748,8 +3748,8 @@ int main(int argc, char *argv[])
current_screen = csClock;
// redraw_screen = 1;
redraw_header = 1;
wCurrent->Display();
InitClock();
wCurrent->Display();
}
}
# endif // ENABLE_CLOCK

Loading…
Cancel
Save