X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcustomentry.c;h=2d8f9a0e29b8e91ea9f0f4a452625b0861d17d9f;hb=75fe94ea24fd7b12a0d99b8f36a79d8423e668d4;hp=b2c25aa395c240ed1b276e518de5092a1a05a489;hpb=e10bd21c92f8d6a82ed06bec7af9ee40bf5eb727;p=pspp-builds.git diff --git a/src/ui/gui/customentry.c b/src/ui/gui/customentry.c index b2c25aa3..2d8f9a0e 100644 --- a/src/ui/gui/customentry.c +++ b/src/ui/gui/customentry.c @@ -256,7 +256,7 @@ static gint psppire_custom_entry_expose (GtkWidget *widget, GdkEventExpose *event) { - PsppireCustomEntry *ce = PSPPIRE_CUSTOM_ENTRY(widget); + PsppireCustomEntry *ce = PSPPIRE_CUSTOM_ENTRY (widget); g_return_val_if_fail (PSPPIRE_IS_CUSTOM_ENTRY (widget), FALSE); g_return_val_if_fail (event != NULL, FALSE); @@ -342,7 +342,7 @@ psppire_custom_entry_class_init (PsppireCustomEntryClass *klass) custom_entry_signals[CLICKED] = g_signal_new ("clicked", - G_TYPE_FROM_CLASS(gobject_class), + G_TYPE_FROM_CLASS (gobject_class), G_SIGNAL_RUN_LAST, 0, NULL, NULL,