summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-07-03 09:23:03 +0200
committerDave Davenport <qball@gmpclient.org>2017-07-03 09:23:03 +0200
commit7e1c02b04c364ed1e3638432eebabf2d6e50acec (patch)
tree94c52861176ce7d25f66bbd3a64fa0b5488555df /source/rofi.c
parent5f21ab80a8f54e6133140582fe59a2992021c29a (diff)
[OldTheme] Re-add the padding/bw option.
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 8179e1fe..e19d7b86 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -796,15 +796,18 @@ int main ( int argc, char *argv[] )
return EXIT_FAILURE;
}
+ TICK_N ( "Setup Locale" );
rofi_collect_modi ();
- rofi_collect_modi_setup ();
TICK_N ( "Collect MODI" );
+ rofi_collect_modi_setup ();
+ TICK_N ( "Setup MODI" );
main_loop = g_main_loop_new ( NULL, FALSE );
TICK_N ( "Setup mainloop" );
bindings = nk_bindings_new ();
+ TICK_N ( "NK Bindings" );
if ( !display_setup ( main_loop, bindings ) ) {
g_warning ( "Connection has error" );