From: Sean E. <sea...@us...> - 2002-10-10 19:42:42
|
Update of /cvsroot/gaim/web/htdocs/sean In directory usw-pr-cvs1:/tmp/cvs-serv31011 Modified Files: gtkimhtml2.diff Log Message: resyncing gtkimhtm2.diff Index: gtkimhtml2.diff =================================================================== RCS file: /cvsroot/gaim/web/htdocs/sean/gtkimhtml2.diff,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- gtkimhtml2.diff 9 Oct 2002 05:43:57 -0000 1.1 +++ gtkimhtml2.diff 10 Oct 2002 19:42:38 -0000 1.2 @@ -1,28 +1,10 @@ -? compile -? gtkimhtml2.diff -Index: src/conversation.c -=================================================================== -RCS file: /cvsroot/gaim/gaim/src/conversation.c,v -retrieving revision 1.385 -diff -u -r1.385 conversation.c ---- src/conversation.c 6 Oct 2002 07:56:14 -0000 1.385 -+++ src/conversation.c 9 Oct 2002 05:38:26 -0000 -@@ -2876,8 +2876,6 @@ - text = gtk_imhtml_new(NULL, NULL); - c->text = text; - gtk_container_add(GTK_CONTAINER(sw), text); -- GTK_LAYOUT(text)->hadjustment->step_increment = 10.0; -- GTK_LAYOUT(text)->vadjustment->step_increment = 10.0; - if (convo_options & OPT_CONVO_SHOW_TIME) - gtk_imhtml_show_comments(GTK_IMHTML(text), TRUE); - gaim_setup_imhtml(text); Index: src/gtkimhtml.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/gtkimhtml.c,v retrieving revision 1.120 diff -u -r1.120 gtkimhtml.c --- src/gtkimhtml.c 14 Sep 2002 03:17:04 -0000 1.120 -+++ src/gtkimhtml.c 9 Oct 2002 05:38:26 -0000 ++++ src/gtkimhtml.c 10 Oct 2002 19:40:55 -0000 @@ -25,7 +25,6 @@ #include "gtkimhtml.h" #include <X11/Xlib.h> @@ -3750,7 +3732,7 @@ retrieving revision 1.17 diff -u -r1.17 gtkimhtml.h --- src/gtkimhtml.h 29 Aug 2002 01:47:14 -0000 1.17 -+++ src/gtkimhtml.h 9 Oct 2002 05:38:26 -0000 ++++ src/gtkimhtml.h 10 Oct 2002 19:40:58 -0000 @@ -23,7 +23,7 @@ #define __GTK_IMHTML_H |