diff options
author | António Fernandes <antoniof@gnome.org> | 2022-12-19 22:59:44 +0000 |
---|---|---|
committer | António Fernandes <antoniof@gnome.org> | 2022-12-19 22:59:44 +0000 |
commit | f9da22b630ee29cfdd986c71d616df44a0dcb8e7 (patch) | |
tree | 18a1d2ed76b15d5dc4ffb55231138eb07534686b /src | |
parent | 5ef64850fa92cda88af4c132b55bbbd2e43a67dd (diff) | |
download | nautilus-f9da22b630ee29cfdd986c71d616df44a0dcb8e7.tar.gz |
autorun-software: Initiate libadwaita
When moving away from GtkMessageDialog, we forgot this small
program is not part of the main application. [0]
Therefore, we need to initiate libadwaita here, before using any of its widgets.
[0] a80aacdf2c44fd9c28a292ee599b9e74418faa10
Diffstat (limited to 'src')
-rw-r--r-- | src/nautilus-autorun-software.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-autorun-software.c b/src/nautilus-autorun-software.c index fd8ab3eab..6d8553f1d 100644 --- a/src/nautilus-autorun-software.c +++ b/src/nautilus-autorun-software.c @@ -243,6 +243,7 @@ main (int argc, textdomain (GETTEXT_PACKAGE); gtk_init (); + adw_init (); if (argc != 2) { |