Re: Small fixes for gnome-terminal quirks



Rats, sorry about that, was in a hurry. I usually do send out unified.
Here goes those two again...

Tomas Ogren wrote:
> 
> _Please_ do either unified (-u) or context (-c) diffs... It's pretty
> much useless otherwise if you happen to have a 5 minute too old version
> of the file..
> 

-- 
TTFN
MikeB
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/gnome-core/gnome-terminal/Makefile.am,v
retrieving revision 1.10
diff -u -r1.10 Makefile.am
--- Makefile.am	1999/02/17 23:23:49	1.10
+++ Makefile.am	1999/02/19 22:29:07
@@ -13,7 +13,6 @@
 LDADD = \
 	$(GNOME_LIBDIR)					\
 	$(GNOMEUI_LIBS)					\
-	-lzvt 						\
 	$(INTLLIBS)
 
 
@@ -26,6 +25,7 @@
 	gnome-terminal.h
 
 
+gnome_terminal_LDFLAGS = `$(GNOME_CONFIG) --libs zvt`
 gnome_terminal_LDADD = $(LDADD)
 
 CFLAGS += -Wall
Index: gnome-terminal.c
===================================================================
RCS file: /cvs/gnome/gnome-core/gnome-terminal/gnome-terminal.c,v
retrieving revision 1.111
diff -u -r1.111 gnome-terminal.c
--- gnome-terminal.c	1999/02/13 22:21:53	1.111
+++ gnome-terminal.c	1999/02/19 22:29:07
@@ -414,6 +414,7 @@
 	newcfg->shaded = GTK_TOGGLE_BUTTON (prefs->shaded_checkbox)->active;
 	newcfg->background_pixmap = GTK_TOGGLE_BUTTON (prefs->pixmap_checkbox)->active;
 	newcfg->pixmap_file  = g_strdup (gtk_entry_get_text (GTK_ENTRY (prefs->pixmap_file_entry)));
+	newcfg->wordclass = g_strdup (gtk_entry_get_text (GTK_ENTRY (prefs->wordclass_entry)));
 
 	(int) newcfg->scrollbar_position = gtk_object_get_user_data (GTK_OBJECT (prefs->scrollbar));
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]