diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/gq/files/patch-src_gq-tab-schema.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/gq/files/patch-src_gq-tab-schema.c b/net/gq/files/patch-src_gq-tab-schema.c new file mode 100644 index 000000000000..aa6d6dbce6ec --- /dev/null +++ b/net/gq/files/patch-src_gq-tab-schema.c @@ -0,0 +1,12 @@ +diff --git src/gq-tab-schema.c src/gq-tab-schema.c +index b0f16e6..29219c0 100644 +--- src/gq-tab-schema.c ++++ src/gq-tab-schema.c +@@ -1902,7 +1902,6 @@ gq_tab_schema_init(GqTabSchema* self) + + tab->content = schemamode_vbox; + gtk_object_set_data(GTK_OBJECT(tab->content), "tab", tab); +- return tab; + } + + static void |