Removed
Link Here
|
1 |
--- frontends/gtk/resources.c.orig 2021-04-01 19:00:43 UTC |
2 |
+++ frontends/gtk/resources.c |
3 |
@@ -82,6 +82,11 @@ static struct nsgtk_resource_s ui_resource[] = { |
4 |
RES_ENTRY("globalhistory"), |
5 |
RES_ENTRY("localhistory"), |
6 |
RES_ENTRY("options"), |
7 |
+ RES_ENTRY("deoptions"), |
8 |
+ RES_ENTRY("enoptions"), |
9 |
+ RES_ENTRY("froptions"), |
10 |
+ RES_ENTRY("itoptions"), |
11 |
+ RES_ENTRY("nloptions"), |
12 |
RES_ENTRY("hotlist"), |
13 |
RES_ENTRY("cookies"), |
14 |
RES_ENTRY("viewdata"), |
15 |
@@ -552,6 +557,7 @@ nsgtk_builder_new_from_resname(const char *resname, Gt |
16 |
error->message); |
17 |
g_error_free(error); |
18 |
g_object_unref(G_OBJECT(new_builder)); |
19 |
+ |
20 |
return NSERROR_INIT_FAILED; |
21 |
} |
22 |
} else { |