summaryrefslogtreecommitdiff
path: root/src/fr-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-window.h')
-rw-r--r--src/fr-window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-window.h b/src/fr-window.h
index 826dc33..53b769c 100644
--- a/src/fr-window.h
+++ b/src/fr-window.h
@@ -82,14 +82,14 @@ typedef struct _FrWindowPrivateData FrWindowPrivateData;
struct _FrWindow
{
- GtkWindow __parent;
+ GtkApplicationWindow __parent;
FrArchive *archive;
FrWindowPrivateData *priv;
};
struct _FrWindowClass
{
- GtkWindowClass __parent_class;
+ GtkApplicationWindowClass __parent_class;
/*<signals>*/