summaryrefslogtreecommitdiff
path: root/mate-about/mate-about.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r--mate-about/mate-about.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h
index 9edf8a4..7fb903d 100644
--- a/mate-about/mate-about.h
+++ b/mate-about/mate-about.h
@@ -652,9 +652,9 @@ const char* artists[] = {
MateAboutDialog* mate_about_dialog = FALSE;
#if GTK_CHECK_VERSION(3, 0, 0)
- GtkApplication* mate_about_application;
+GtkApplication* mate_about_application;
#else
- GApplication* mate_about_application;
+GApplication* mate_about_application;
#endif
/**
@@ -667,9 +667,9 @@ void mate_about_run(void);
void mate_about_release_version(void);
#if GTK_CHECK_VERSION(3, 0, 0)
- static void mate_about_on_activate(GtkApplication* app);
+static void mate_about_on_activate(GtkApplication* app);
#else
- static void mate_about_on_activate(GApplication* app);
+static void mate_about_on_activate(GApplication* app);
#endif
// arguments definitions