Build with GSEAL_ENABLE and #undef it where accessors are missing

This commit is contained in:
Michael Natterer
2009-10-17 20:31:57 +02:00
parent 1a23b9ecf2
commit 018e8b0d29
19 changed files with 277 additions and 215 deletions

View File

@ -75,8 +75,8 @@ settings_ok_cb(gpointer data)
static void
type_toggled_cb(GtkWidget *widget, gpointer data)
{
if (GTK_WIDGET_STATE(widget) & GTK_STATE_SELECTED)
_map_format = (MapFormat_t) data;
if (gtk_widget_get_state (widget) & GTK_STATE_SELECTED)
_map_format = (MapFormat_t) data;
}
static SettingsDialog_t*