[nautilus-actions] Fix fma-main-window-def header



commit 0b4646043011039582aa831cdcba1f8b13b7516a
Author: Pierre Wieser <pwieser trychlos org>
Date:   Tue Sep 8 20:12:33 2015 +0200

    Fix fma-main-window-def header

 ...act-main-window-def.h => fma-main-window-def.h} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ui/nact-main-window-def.h b/src/ui/fma-main-window-def.h
similarity index 98%
rename from src/ui/nact-main-window-def.h
rename to src/ui/fma-main-window-def.h
index 2bb27e8..bd980ec 100644
--- a/src/ui/nact-main-window-def.h
+++ b/src/ui/fma-main-window-def.h
@@ -34,7 +34,7 @@
  * SECTION: main-window
  * @title: FMAMainWindow
  * @short_description: The Main Window class definition
- * @include: fma-main-window.h
+ * @include: ui/fma-main-window.h
  *
  * This class is derived from GtkApplicationWindow and manages the main
  * window.
@@ -109,7 +109,7 @@ typedef struct _FMAMainWindowPrivate        FMAMainWindowPrivate;
 typedef struct {
        /*< private >*/
        GtkApplicationWindow      parent;
-       FMAMainWindowPrivate    *private;
+       FMAMainWindowPrivate     *private;
 }
        FMAMainWindow;
 


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