X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2Fpreferences.h;h=144a98599373b1bd6ddec693e00d08aa94fdd73b;hb=7207e1f541962bb37387f336ece5e80f47372903;hp=cf357df13e4939315eb5a60611c6f18a88f8641a;hpb=26b4a5702f46292203593985928faadab95c7a18;p=projects%2Fchimara%2Fchimara.git diff --git a/player/preferences.h b/player/preferences.h index cf357df..144a985 100644 --- a/player/preferences.h +++ b/player/preferences.h @@ -15,13 +15,13 @@ G_BEGIN_DECLS #define CHIMARA_PREFS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), CHIMARA_TYPE_PREFS, ChimaraPrefsClass)) typedef struct _ChimaraPrefs { - GtkWindow parent_instance; + GtkDialog parent_instance; /* Public pointers */ } ChimaraPrefs; typedef struct _ChimaraPrefsClass { - GtkWindowClass parent_class; + GtkDialogClass parent_class; } ChimaraPrefsClass; GType chimara_prefs_get_type(void) G_GNUC_CONST;