[goffice] GOComboBox: remove escaped debug code.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goffice] GOComboBox: remove escaped debug code.
- Date: Sat, 22 Jan 2022 23:48:03 +0000 (UTC)
commit 131be6edf4f947cedf0e66d6c5a2aa42f5d7b01c
Author: Morten Welinder <terra gnome org>
Date: Sat Jan 22 18:47:47 2022 -0500
GOComboBox: remove escaped debug code.
goffice/gtk/go-action-combo-stack.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/goffice/gtk/go-action-combo-stack.c b/goffice/gtk/go-action-combo-stack.c
index f6e59810..258d4048 100644
--- a/goffice/gtk/go-action-combo-stack.c
+++ b/goffice/gtk/go-action-combo-stack.c
@@ -83,10 +83,8 @@ cb_combo_changed (GtkComboBoxText *combo, GOActionComboStack *action)
* which just use the top. */
action->last_selection = gtk_combo_box_get_active (GTK_COMBO_BOX (combo));
- if (action->last_selection >= 0) {
- g_printerr ("Activate\n");
+ if (action->last_selection >= 0)
gtk_action_activate (GTK_ACTION (action));
- }
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]