summaryrefslogtreecommitdiff
path: root/src/about.c
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2023-01-25 17:07:35 +0000
committerLogan Rathbone <poprocks@gmail.com>2023-01-25 17:07:35 +0000
commita0c55e36136eb4469156f57877829ea39c016cbb (patch)
tree16764729f29839281597dc7d8ab332cfc81bcd4b /src/about.c
parent7e3cf22aba795935154c25e65e6fe8bc2895f05c (diff)
parent008c677ec2546cf9c3c267d9f1df0d248b41c630 (diff)
downloadzenity-5f2015d2162a7ca3dc2e3c189927ee4135458362.tar.gz
Merge branch 'libadwaita-port' into 'gtk4-port'3.90.0gtk4-port
zenity4: Port to libadwaita/AdwMessageDialog See merge request GNOME/zenity!22
Diffstat (limited to 'src/about.c')
-rw-r--r--src/about.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/about.c b/src/about.c
index cac56c8..b71ea13 100644
--- a/src/about.c
+++ b/src/about.c
@@ -6,7 +6,7 @@
* Copyright © 2002 Sun Microsystems, Inc.
* Copyright © 2001 CodeFactory AB
* Copyright © 2001, 2002 Anders Carlsson
- * Copyright © 2021 Logan Rathbone
+ * Copyright © 2021-2023 Logan Rathbone
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -83,7 +83,7 @@ zenity_about (ZenityData *data)
VERSION,
"copyright",
"Copyright \xc2\xa9 2003 Sun Microsystems\n"
- "Copyright \xc2\xa9 2021 Logan Rathbone\n",
+ "Copyright \xc2\xa9 2021-2023 Logan Rathbone\n",
"comments",
_("Display dialog boxes from shell scripts"),
"authors",
@@ -117,5 +117,5 @@ zenity_about_close_cb (GtkWindow *window, gpointer data)
ZenityData *zen_data = data;
zen_data->exit_code = zenity_util_return_exit_code (ZENITY_OK);
- zenity_util_gapp_quit (window);
+ zenity_util_gapp_quit (window, zen_data);
}