Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/lxterminal.c
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ static void terminal_about_activate_event(GtkAction * action, LXTerminal * termi
gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(about_dlg), "http://lxde.org/");
gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(about_dlg), authors);
gtk_about_dialog_set_translator_credits(GTK_ABOUT_DIALOG(about_dlg), translators);
gtk_window_set_transient_for(GTK_WINDOW(about_dlg), GTK_WINDOW(terminal->window));

/* Display the dialog, wait for the user to click OK, and dismiss the dialog. */
gtk_dialog_run(GTK_DIALOG(about_dlg));
Expand Down