[gnome-font-viewer/app-menu-no-more: 2/2] Fix warnings at startup



commit 1f3b226a4bfb84d4f0442422334e6a781a48fb5d
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Nov 1 08:52:18 2018 -0400

    Fix warnings at startup
    
    This is just a copy-paste mistake in the boilerplate
    for the application class.

 src/font-view.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/font-view.c b/src/font-view.c
index 52b11ca..3c431ec 100644
--- a/src/font-view.c
+++ b/src/font-view.c
@@ -44,7 +44,7 @@
 #define FONT_VIEW_TYPE_APPLICATION (font_view_application_get_type ())
 #define FONT_VIEW_ICON_NAME "org.gnome.font-viewer"
 
-G_DECLARE_FINAL_TYPE (FontViewApplication, sushi_font_widget,
+G_DECLARE_FINAL_TYPE (FontViewApplication, font_view_application,
                       FONT_VIEW, APPLICATION,
                       GtkApplication)
 


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