diff options
author | mbkma <[email protected]> | 2022-10-28 22:18:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-10-29 13:52:14 +0200 |
commit | 64ea5bff5edf0169755912a536c35f9c66c3f2b3 (patch) | |
tree | b059d4699203f1c5d87a0758d32219de06d27e8d | |
parent | 5b053c53f6e404a97148eece1c5d8fdd9aca0498 (diff) | |
download | mozo-64ea5bff5edf0169755912a536c35f9c66c3f2b3.tar.bz2 mozo-64ea5bff5edf0169755912a536c35f9c66c3f2b3.tar.xz |
only require gtk version 3.12 instead of 3.24
-rw-r--r-- | data/mozo.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mozo.ui b/data/mozo.ui index 9f674d9..a249310 100644 --- a/data/mozo.ui +++ b/data/mozo.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.38.2 --> <interface> - <requires lib="gtk+" version="3.24"/> + <requires lib="gtk+" version="3.12"/> <object class="GtkImage" id="cancel-icon"> <property name="visible">True</property> <property name="can-focus">False</property> |