[meld/ui-next: 9/35] ui: Add ActionGutter to the glade catalogue
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld/ui-next: 9/35] ui: Add ActionGutter to the glade catalogue
- Date: Sat, 16 Feb 2019 21:44:33 +0000 (UTC)
commit ef84861acfedd0616141a664109eaae28ac0d72e
Author: Kai Willadsen <kai willadsen gmail com>
Date: Tue Feb 12 06:42:35 2019 +1000
ui: Add ActionGutter to the glade catalogue
meld/ui/catalog.xml | 2 ++
meld/ui/gladesupport.py | 1 +
2 files changed, 3 insertions(+)
---
diff --git a/meld/ui/catalog.xml b/meld/ui/catalog.xml
index 11899340..f8a80bd0 100644
--- a/meld/ui/catalog.xml
+++ b/meld/ui/catalog.xml
@@ -3,6 +3,7 @@
<init-function>glade_python_init</init-function>
<glade-widget-classes>
+ <glade-widget-class title="ActionGutter" name="ActionGutter" generic-name="actiongutter"/>
<glade-widget-class title="DiffGrid" name="DiffGrid" generic-name="diffgrid">
<properties>
<property id="n-rows" default="2" query="False"/>
@@ -21,6 +22,7 @@
<glade-widget-group name="meld" title="Meld">
<glade-widget-class-ref name="DiffMap"/>
<glade-widget-class-ref name="LinkMap"/>
+ <glade-widget-class-ref name="ActionGutter"/>
<glade-widget-class-ref name="MeldSourceView"/>
<glade-widget-class-ref name="MsgAreaController"/>
<glade-widget-class-ref name="MeldStatusBar"/>
diff --git a/meld/ui/gladesupport.py b/meld/ui/gladesupport.py
index 36f285fb..9e4c7db7 100644
--- a/meld/ui/gladesupport.py
+++ b/meld/ui/gladesupport.py
@@ -3,6 +3,7 @@
# module, allowing editing of our UI files without having widgets that
# can't be instantiated everywhere.
+from meld import actiongutter # noqa: F401
from meld import diffgrid # noqa: F401
from meld import diffmap # noqa: F401
from meld import linkmap # noqa: F401
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]