summaryrefslogtreecommitdiff
path: root/savers/popsquares.c
diff options
context:
space:
mode:
Diffstat (limited to 'savers/popsquares.c')
-rw-r--r--savers/popsquares.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/savers/popsquares.c b/savers/popsquares.c
index 6b9b8f7..8337b6d 100644
--- a/savers/popsquares.c
+++ b/savers/popsquares.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8; tab-width: 8 -*-
*
* Copyright (C) 2005 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -53,8 +54,9 @@ main (int argc, char **argv)
}
window = gs_theme_window_new ();
- g_signal_connect (G_OBJECT (window), "delete-event",
- G_CALLBACK (gtk_main_quit), NULL);
+ g_signal_connect (window, "delete-event",
+ G_CALLBACK (gtk_main_quit),
+ NULL);
g_set_prgname ("popsquares");