[california/wip/725767-week] Fix button activation of events on month cells
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [california/wip/725767-week] Fix button activation of events on month cells
- Date: Tue, 6 May 2014 22:12:29 +0000 (UTC)
commit 36635fe751feb8c0ebd029c1d562aec87e74842e
Author: Jim Nelson <jim yorba org>
Date: Tue May 6 15:12:11 2014 -0700
Fix button activation of events on month cells
src/host/host-main-window.vala | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/host/host-main-window.vala b/src/host/host-main-window.vala
index fc7e1c1..2c3e3eb 100644
--- a/src/host/host-main-window.vala
+++ b/src/host/host-main-window.vala
@@ -162,9 +162,9 @@ public class MainWindow : Gtk.ApplicationWindow {
current_controller = view_container.owner;
// signals
- current_controller.request_create_timed_event.disconnect(on_request_create_timed_event);
- current_controller.request_create_all_day_event.disconnect(on_request_create_all_day_event);
- current_controller.request_display_event.disconnect(on_request_display_event);
+ current_controller.request_create_timed_event.connect(on_request_create_timed_event);
+ current_controller.request_create_all_day_event.connect(on_request_create_all_day_event);
+ current_controller.request_display_event.connect(on_request_display_event);
// bindings
Binding binding = current_controller.bind_property(View.Controllable.PROP_CURRENT_LABEL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]