diff --git a/resources/updater_window.ui b/resources/updater_window.ui index 616b2e3..f8a1d17 100644 --- a/resources/updater_window.ui +++ b/resources/updater_window.ui @@ -116,8 +116,8 @@ True True - False 1 + True False @@ -131,6 +131,8 @@ 50 20 State + True + 0 @@ -149,6 +151,8 @@ 20 Name True + True + 1 @@ -164,6 +168,8 @@ 250 20 Version + True + 2 @@ -185,6 +191,8 @@ 90 20 Repository + True + 4 @@ -200,6 +208,8 @@ 90 20 Size + True + 6 @@ -226,8 +236,8 @@ True True True - False 1 + True False @@ -241,6 +251,8 @@ 40 20 State + True + 0 @@ -259,6 +271,8 @@ 20 Name True + True + 1 @@ -274,6 +288,8 @@ 250 20 Version + True + 2 diff --git a/src/updater_window.vala b/src/updater_window.vala index f07b1ed..d6287b4 100644 --- a/src/updater_window.vala +++ b/src/updater_window.vala @@ -89,7 +89,7 @@ namespace Pamac { transaction = new Transaction (this as Gtk.ApplicationWindow); transaction.mode = Mode.UPDATER; transaction.start_transaction.connect (on_start_transaction); - transaction.important_details_outpout.connect (on_important_details_outpout); + transaction.important_details_outpout.connect (on_important_details_output); transaction.finished.connect (populate_updates_list); transaction.get_updates_finished.connect (on_get_updates_finished); transaction.generate_mirrors_list.connect (on_generate_mirrors_list); @@ -259,7 +259,7 @@ namespace Pamac { cancel_button.sensitive = false; } - void on_important_details_outpout (bool must_show) { + void on_important_details_output (bool must_show) { if (must_show) { stackswitcher.visible = false; previous_visible_child_name = stack.visible_child_name;