Stop displaying 'Running as <uid> on <hostname>' and remove corresponding code (bug 14401)
This commit is contained in:
@@ -237,7 +237,6 @@ int main (int argc, char *argv[])
|
||||
#endif
|
||||
|
||||
task_manager = xtm_task_manager_new (xtm_process_window_get_model (XTM_PROCESS_WINDOW (window)));
|
||||
g_message ("Running as %s on %s", xtm_task_manager_get_username (task_manager), xtm_task_manager_get_hostname (task_manager));
|
||||
|
||||
init_timeout ();
|
||||
g_signal_connect (settings, "notify::refresh-rate", G_CALLBACK (refresh_rate_changed), NULL);
|
||||
|
||||
Reference in New Issue
Block a user