Skip to content

Commit

Permalink
Require Granite 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Oct 23, 2023
1 parent 85553d5 commit 5f21685
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You'll need the following dependencies:
* libadwaita-1-dev
* libswitchboard-3-dev
* libflatpak-dev
* libgranite-7-dev
* libgranite-7-dev >= 7.4.0
* libgtk-4-dev
* meson
* valac
Expand Down
2 changes: 1 addition & 1 deletion src/Defaults/DefaultPlug.vala
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public class Defaults.Plug : Gtk.Box {
hexpand = true,
show_default_item = true
};
((Gtk.Label) setting_label.get_first_child ()).mnemonic_widget = app_chooser.get_first_child ();
setting_label.mnemonic_widget = app_chooser.get_first_child ();

var box = new Gtk.Box (VERTICAL, 6);
box.append (setting_label);
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ shared_module(
dependency('glib-2.0', version: '>=2.34'),
dependency('gio-2.0'),
dependency('gobject-2.0'),
dependency('granite-7'),
dependency('granite-7', version: '>=7.4.0'),
dependency('gtk4'),
dependency('libadwaita-1'),
switchboard_dep
Expand Down

0 comments on commit 5f21685

Please sign in to comment.