summaryrefslogtreecommitdiff
path: root/callbacks.c
diff options
context:
space:
mode:
Diffstat (limited to 'callbacks.c')
-rw-r--r--callbacks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/callbacks.c b/callbacks.c
index 1dd4f940..02fad417 100644
--- a/callbacks.c
+++ b/callbacks.c
@@ -1145,6 +1145,7 @@ on_mainwin_delete_event (GtkWidget *widget,
GdkEvent *event,
gpointer user_data)
{
+ int conf_close_send_to_tray = conf_get_int ("close_send_to_tray", 0);
if (conf_close_send_to_tray) {
gtk_widget_hide (widget);
}