mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-10 15:44:41 -05:00
Fix comment add todo.
This commit is contained in:
parent
f42258f60a
commit
3da03c068d
1 changed files with 2 additions and 1 deletions
|
@ -1917,6 +1917,7 @@ int show_error_message ( const char *msg, int markup )
|
|||
}
|
||||
error_dialog ( msg, markup );
|
||||
teardown ( pfd );
|
||||
// TODO this looks incorrect.
|
||||
g_main_loop_quit ( main_loop );
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
@ -2464,7 +2465,7 @@ int main ( int argc, char *argv[] )
|
|||
// Setup signal handling sources.
|
||||
// SIGHup signal.
|
||||
g_unix_signal_add ( SIGHUP, main_loop_signal_handler_hup, NULL );
|
||||
// SIGTERM
|
||||
// SIGINT
|
||||
g_unix_signal_add ( SIGINT, main_loop_signal_handler_int, NULL );
|
||||
// SIGUSR1
|
||||
g_unix_signal_add ( SIGUSR1, main_loop_signal_handler_usr1, NULL );
|
||||
|
|
Loading…
Add table
Reference in a new issue