summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-06-23 22:13:31 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-06-24 21:32:59 -0300
commitc0924453632ac2bc49d5535240c2b3612ea937e7 (patch)
tree52811569a807d4c48e17dea0483ea298067143e4 /data
parentf7df717e1bc693b624349a33d82161130128c988 (diff)
downloadgnome-calendar-c0924453632ac2bc49d5535240c2b3612ea937e7.tar.gz
calendar-management: Shuffle code around and cleanup
Diffstat (limited to 'data')
-rw-r--r--data/ui/calendar-management-dialog.ui15
1 files changed, 1 insertions, 14 deletions
diff --git a/data/ui/calendar-management-dialog.ui b/data/ui/calendar-management-dialog.ui
index 8b75a303..a50badc7 100644
--- a/data/ui/calendar-management-dialog.ui
+++ b/data/ui/calendar-management-dialog.ui
@@ -12,7 +12,7 @@
<property name="modal">True</property>
<property name="destroy_with_parent">True</property>
<property name="modal">True</property>
- <signal name="response" handler="response_signal" object="GcalCalendarManagementDialog" swapped="no"/>
+ <signal name="response" handler="on_dialog_response_signal_cb" object="GcalCalendarManagementDialog" swapped="no"/>
<child internal-child="vbox">
<object class="GtkBox" id="vbox">
<property name="orientation">vertical</property>
@@ -42,19 +42,6 @@
<property name="visible">True</property>
<property name="title" translatable="yes">Calendar Settings</property>
<property name="show_close_button">True</property>
- <child>
- <object class="GtkButton" id="back_button">
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <signal name="clicked" handler="back_button_clicked" object="GcalCalendarManagementDialog" swapped="no"/>
- <child>
- <object class="GtkImage" id="back_button_image">
- <property name="visible">True</property>
- <property name="icon_name">go-previous-symbolic</property>
- </object>
- </child>
- </object>
- </child>
</object>
</child>
</template>