Correct MidoriWindowState definition, this fixes window state saving
This commit is contained in:
parent
55614c7eca
commit
3763990c3a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ GType
|
||||||
midori_window_state_get_type (void) G_GNUC_CONST;
|
midori_window_state_get_type (void) G_GNUC_CONST;
|
||||||
|
|
||||||
#define MIDORI_TYPE_WINDOW_STATE \
|
#define MIDORI_TYPE_WINDOW_STATE \
|
||||||
(midori_startup_get_type ())
|
(midori_window_state_get_type ())
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue