[fractal/fractal-next] Do not not define the app name twice



commit 3c602913e0894e1d720d77f158f7bc6151609625
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Mon Oct 4 21:11:01 2021 +0200

    Do not not define the app name twice
    
    It is already done in g_set_application_name.

 src/application.rs | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/application.rs b/src/application.rs
index 0ccac8cb..d5f38639 100644
--- a/src/application.rs
+++ b/src/application.rs
@@ -158,7 +158,6 @@ impl Application {
 
     fn show_about_dialog(&self) {
         let dialog = gtk::AboutDialogBuilder::new()
-            .program_name("Fractal")
             .logo_icon_name(config::APP_ID)
             .license_type(gtk::License::Gpl30)
             .website("https://gitlab.gnome.org/GNOME/fractal/";)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]