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

@ -106,10 +106,11 @@ snap_toggled_cb(GtkWidget *widget, gpointer data)
static void
type_toggled_cb(GtkWidget *widget, gpointer data)
{
if (GTK_WIDGET_STATE(widget) & GTK_STATE_SELECTED) {
grid_type = GPOINTER_TO_INT (data);
redraw_preview();
}
if (gtk_widget_get_state (widget) & GTK_STATE_SELECTED)
{
grid_type = GPOINTER_TO_INT (data);
redraw_preview();
}
}
static void