Properly reset Manage Search Engines dialog pointer
This commit is contained in:
parent
5ec06f6d2e
commit
fa9becaf83
1 changed files with 1 additions and 1 deletions
|
@ -1044,7 +1044,7 @@ midori_search_action_get_dialog (MidoriSearchAction* search_action)
|
||||||
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
|
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
|
||||||
NULL);
|
NULL);
|
||||||
g_signal_connect (dialog, "destroy",
|
g_signal_connect (dialog, "destroy",
|
||||||
G_CALLBACK (gtk_widget_destroyed), &dialog);
|
G_CALLBACK (gtk_widget_destroyed), &search_action->dialog);
|
||||||
gtk_window_set_icon_name (GTK_WINDOW (dialog), GTK_STOCK_PROPERTIES);
|
gtk_window_set_icon_name (GTK_WINDOW (dialog), GTK_STOCK_PROPERTIES);
|
||||||
/* TODO: Implement some kind of help function */
|
/* TODO: Implement some kind of help function */
|
||||||
gtk_dialog_set_response_sensitive (GTK_DIALOG (dialog),
|
gtk_dialog_set_response_sensitive (GTK_DIALOG (dialog),
|
||||||
|
|
Loading…
Reference in a new issue