X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fcustomentry.c;h=2d8f9a0e29b8e91ea9f0f4a452625b0861d17d9f;hb=a8915a78655ea9ff6242ba6ba4ed4d83253a323d;hp=961a4e47227436d2f20b5b6b9ae987b5b79c4751;hpb=cf63d499efd5e6ca3a7dcc6386b3b87bd31bfda9;p=pspp diff --git a/src/ui/gui/customentry.c b/src/ui/gui/customentry.c index 961a4e4722..2d8f9a0e29 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, @@ -403,7 +403,7 @@ psppire_custom_entry_size_allocate (GtkWidget *widget, g_return_if_fail (allocation != NULL); ce = PSPPIRE_CUSTOM_ENTRY (widget); - button_width = psppire_custom_entry_get_button_width(ce); + button_width = psppire_custom_entry_get_button_width (ce); panel_width = button_width + 2 * widget->style->xthickness; widget->allocation = *allocation;