Notify the "active" property of the spinner only when needed

Notify spinner::active only if it really changed an other cosmetic fixes
This commit is contained in:
Paolo Borelli
2009-10-15 13:59:01 +02:00
parent 7d6a0f348a
commit 10a53ff12e
2 changed files with 81 additions and 59 deletions

View File

@ -47,12 +47,12 @@ typedef struct _GtkSpinnerPrivate GtkSpinnerPrivate;
struct _GtkSpinner
{
GtkDrawingArea parent;
GtkSpinnerPrivate *priv;
};
struct _GtkSpinnerClass
{
GtkDrawingAreaClass parent_class;
GtkSpinnerPrivate *priv;
};
GType gtk_spinner_get_type (void) G_GNUC_CONST;