Skip to content

Commit a7bc3a3

Browse files
committed
Update about dialog
1 parent fd6e408 commit a7bc3a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/raider-application.c

+2-3
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,10 @@ static void raider_application_show_about(GSimpleAction *action, GVariant *param
166166

167167
g_autofree gchar *program_name = g_strdup(_("File Shredder"));
168168

169-
adw_show_about_window (window,
170-
"transient-for", window,
169+
adw_show_about_dialog (GTK_WIDGET(window),
171170
"application-name", program_name,
172171
"application-icon", "com.github.ADBeveridge.Raider",
173-
"version", "3.0.1",
172+
"version", "3.0.2",
174173
"copyright", "© 2024 Alan Beveridge",
175174
"issue-url", "https://github.com/ADBeveridge/raider/issues/new",
176175
"license-type", GTK_LICENSE_GPL_3_0,

0 commit comments

Comments
 (0)