[ghex/gtk4-port: 29/91] Make it build again.




commit bcdc2aaa364bce96d3feb5ce36a24e441e6b455a
Author: Logan Rathbone <poprocks gmail com>
Date:   Wed Jan 13 00:00:31 2021 -0500

    Make it build again.

 src/STUB.c                     | 1 -
 src/ghex-application-window.ui | 4 ++--
 src/ghex.gresource.xml         | 1 -
 3 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/STUB.c b/src/STUB.c
index 92b80415..2c8e2504 100644
--- a/src/STUB.c
+++ b/src/STUB.c
@@ -3,7 +3,6 @@
 
 #include <gtkhex.h>
 #include "ghex-application-window.h"
-#include "conversions-pane.h"
 
 static void
 activate (GtkApplication *app,
diff --git a/src/ghex-application-window.ui b/src/ghex-application-window.ui
index 7a0bc2a3..4ff6772b 100644
--- a/src/ghex-application-window.ui
+++ b/src/ghex-application-window.ui
@@ -94,8 +94,8 @@
 
        <template class="GHexApplicationWindow" parent="GtkApplicationWindow">
                <property name="title" translatable="yes">GHex</property>
-               <property name="default-width">600</property>
-               <property name="default-height">400</property>
+               <property name="default-width">800</property>
+               <property name="default-height">600</property>
                <property name="icon-name">org.gnome.GHex</property>
 
                <child type="titlebar">
diff --git a/src/ghex.gresource.xml b/src/ghex.gresource.xml
index 2c7d8a29..7957b542 100644
--- a/src/ghex.gresource.xml
+++ b/src/ghex.gresource.xml
@@ -6,7 +6,6 @@
 <gresources>
        <gresource prefix="/org/gnome/ghex">
                <file preprocess="xml-stripblanks" compressed="true">ghex-application-window.ui</file>
-               <file preprocess="xml-stripblanks" compressed="true">conversions-pane.ui</file>
                <file preprocess="xml-stripblanks" compressed="true">context-menu.ui</file>
        </gresource>
 </gresources>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]