wok view ghex/stuff/patches/preferences.c-3.41.1 @ rev 24935

updated mxml and mxml-dev (3.1 -> 3.3)
author Hans-G?nter Theisgen
date Thu Apr 14 07:26:00 2022 +0100 (2022-04-14)
parents
children
line source
1 --- src/preferences.c.orig
2 +++ src/preferences.c
3 @@ -72,10 +72,6 @@
4 GTK_STOCK_CLOSE,
5 GTK_RESPONSE_CLOSE);
7 - gtk_dialog_add_button (GTK_DIALOG (pui->pbox),
8 - GTK_STOCK_HELP,
9 - GTK_RESPONSE_HELP);
10 -
11 g_signal_connect(G_OBJECT(pui->pbox), "response",
12 G_CALLBACK(prefs_response_cb), pui);