Small fixes for gnome-terminal quirks
- From: Mike Bond <mike bond template com>
- To: gnome-list gnome org
- Subject: Small fixes for gnome-terminal quirks
- Date: Fri, 19 Feb 1999 15:46:17 -0500
First is to fix the wordclass not getting picked up from the wordclass_entry
widget in the preferences dialog:
RCS file: /cvs/gnome/gnome-core/gnome-terminal/gnome-terminal.c,v
retrieving revision 1.111
diff -r1.111 gnome-terminal.c
416a417
> newcfg->wordclass = g_strdup (gtk_entry_get_text (GTK_ENTRY (prefs->wordclass_entry)));
The second is a fix to get make to properly pick up additional libs that may
be needed by libzvt:
RCS file: /cvs/gnome/gnome-core/gnome-terminal/Makefile.am,v
retrieving revision 1.10
diff -r1.10 Makefile.am
16d15
< -lzvt \
28a28
> gnome_terminal_LDFLAGS = `$(GNOME_CONFIG) --libs zvt`
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]