diff options
author | Ted Gould <ted@gould.cx> | 2010-03-03 14:13:11 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-03 14:13:11 -0600 |
commit | 25a24b5af992231732e58763786d7fc82914da8e (patch) | |
tree | fcca109d8d5d61004b99132ab317ef4e46b5bbf6 /src/gtk-dialog/dialog.h | |
parent | 087e8950fc86d9a6e2454d54df505ff167f5dc71 (diff) | |
download | ayatana-indicator-session-25a24b5af992231732e58763786d7fc82914da8e.tar.gz ayatana-indicator-session-25a24b5af992231732e58763786d7fc82914da8e.tar.bz2 ayatana-indicator-session-25a24b5af992231732e58763786d7fc82914da8e.zip |
Provide the basis for the window
Diffstat (limited to 'src/gtk-dialog/dialog.h')
-rw-r--r-- | src/gtk-dialog/dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtk-dialog/dialog.h b/src/gtk-dialog/dialog.h index 1e6f575..3240a8e 100644 --- a/src/gtk-dialog/dialog.h +++ b/src/gtk-dialog/dialog.h @@ -27,11 +27,11 @@ typedef struct _LogoutDialog LogoutDialog; typedef struct _LogoutDialogClass LogoutDialogClass; struct _LogoutDialogClass { - GtkDialogClass parent_class; + GtkMessageDialogClass parent_class; }; struct _LogoutDialog { - GtkDialog parent; + GtkMessageDialog parent; }; GType logout_dialog_get_type (void); |