X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=info.c;h=11107b1ca91c461eb41245bea72032238305f8fe;hb=f967d6fb26321d07bd61769ae3c793f97b203b94;hp=8436a1336b9ee84ae9e57fff1d277a03349da803;hpb=f826470d32c48b398a00fb6f7690877e46217927;p=ext%2Fsubsurface.git diff --git a/info.c b/info.c index 8436a13..11107b1 100644 --- a/info.c +++ b/info.c @@ -100,7 +100,7 @@ static void set_combo_box_entry_text(GtkComboBoxEntry *combo_box, const char *te GtkEntry *entry = GTK_ENTRY(gtk_bin_get_child(GTK_BIN(combo_box))); gtk_combo_box_set_active(GTK_COMBO_BOX(combo_box), -1); if (!*text) - text = "\n"; + gtk_entry_set_text(entry, " "); gtk_entry_set_text(entry, text); }