[shotwell/wip/dedeprecate: 54/64] wip
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/wip/dedeprecate: 54/64] wip
- Date: Thu, 10 Nov 2016 22:49:07 +0000 (UTC)
commit 8f00898b41fe0ee32b0e5808bd4cdbf3b1e6a45d
Author: Jens Georg <mail jensge org>
Date: Sat Nov 5 01:27:59 2016 +0100
wip
Signed-off-by: Jens Georg <mail jensge org>
src/events/EventPage.vala | 6 +++---
src/searches/SavedSearchPage.vala | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/events/EventPage.vala b/src/events/EventPage.vala
index bfabea1..8b271d1 100644
--- a/src/events/EventPage.vala
+++ b/src/events/EventPage.vala
@@ -53,10 +53,10 @@ public class EventPage : CollectionPage {
{ "EditEventComment", on_edit_comment }
};
- protected override void init_actions () {
- base.init_actions ();
+ protected override void add_actions () {
+ base.add_actions ();
- AppWindow.get_instance.add_action_entries (entries, this);
+ AppWindow.get_instance ().add_action_entries (entries, this);
}
protected override void init_actions(int selected_count, int count) {
diff --git a/src/searches/SavedSearchPage.vala b/src/searches/SavedSearchPage.vala
index 13c2630..ae082c0 100644
--- a/src/searches/SavedSearchPage.vala
+++ b/src/searches/SavedSearchPage.vala
@@ -53,8 +53,8 @@ public class SavedSearchPage : CollectionPage {
{ "DeleteSearch", on_delete_search }
};
- protected override void init_actions () {
- base.init_actions ();
+ protected override void add_actions () {
+ base.add_actions ();
AppWindow.get_instance ().add_action_entries (entries, this);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]