Skip to content

Commit

Permalink
Fix required gtk version in config editor glade files (#924)
Browse files Browse the repository at this point in the history
This fix pins the gtk version to 3.22 in the `fapolicyd` config editor
glade files.

The config file editor was broken on RHEL8 at the 3.24 version of Gtk.

Closes #923
  • Loading branch information
tparchambault authored Oct 14, 2023
1 parent 77e8f14 commit 1702e9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fapolicy_analyzer/glade/config_admin_page.glade
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<interface>
<requires lib="gtk+" version="3.24"/>
<requires lib="gtk+" version="3.22"/>
<object class="GtkPaned" id="configAdminPage">
<property name="visible">True</property>
<property name="can_focus">True</property>
Expand Down
2 changes: 1 addition & 1 deletion fapolicy_analyzer/glade/config_text_view.glade
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<interface>
<requires lib="gtk+" version="3.24"/>
<requires lib="gtk+" version="3.22"/>
<object class="GtkScrolledWindow" id="configTextView">
<property name="visible">True</property>
<property name="can_focus">True</property>
Expand Down

0 comments on commit 1702e9d

Please sign in to comment.