Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1591920
 поиск   регистрация   авторизация 
 
Группа :: Работа с текстами
Пакет: gnomesword

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

Патч: gnomesword-2.1.1.patch


--- editor_menu.c.old	2004-07-29 14:21:10 +0400
+++ src/gnome2/editor_menu.c	2004-07-29 14:20:42 +0400
@@ -31,7 +31,7 @@
 #include <gtkhtml/htmlsettings.h>
 #include <gtkhtml/htmlcolor.h>
 #include <gtkhtml/htmlcolorset.h>
-#include <gtkhtml/htmllinktext.h>
+//#include <gtkhtml/htmllinktext.h>
 #include <gtkhtml/htmlengine-edit.h>
 #include <gtkhtml/htmlengine-edit-fontstyle.h>
 #include <gtkhtml/htmlengine-edit-cut-and-paste.h>
 
--- note_editor.c.old	2004-07-29 14:21:26 +0400
+++  src/gnome2/note_editor.c	2004-07-29 14:21:30 +0400
@@ -31,7 +31,7 @@
 #include <gtkhtml/htmlsettings.h>
 #include <gtkhtml/htmlcolor.h>
 #include <gtkhtml/htmlcolorset.h>
-#include <gtkhtml/htmllinktext.h>
+//#include <gtkhtml/htmllinktext.h>
 #include <gtkhtml/htmlengine-edit.h>
 #include <gtkhtml/htmlengine-edit-fontstyle.h>
 #include <gtkhtml/htmlengine-edit-cut-and-paste.h>
 
--- note_toolbar_style.c.old	2004-07-29 14:22:31 +0400
+++ src/gnome2/note_toolbar_style.c	2004-07-29 14:25:40 +0400
@@ -469,11 +469,11 @@
 			    DIALOG_DATA * d)
 {
 	GSHTMLEditorControlData *cd = d->editor;
-	color_combo_set_color(COLOR_COMBO(cd->combo),
+/*	color_combo_set_color(COLOR_COMBO(cd->combo),
 			      &html_colorset_get_color_allocated
 			      (html->engine->painter,
 			       HTMLTextColor)->color);
-
+*/
 }
 
 /******************************************************************************
--- toolbar_style.c.old	2004-07-29 14:26:21 +0400
+++ src/gnome2/toolbar_style.c	2004-07-29 14:26:31 +0400
@@ -460,11 +460,11 @@
 static void set_color_combo(GtkHTML * html,
 			    GSHTMLEditorControlData * cd)
 {
-	color_combo_set_color(COLOR_COMBO(cd->combo),
+/*	color_combo_set_color(COLOR_COMBO(cd->combo),
 			      &html_colorset_get_color_allocated
 			      (html->engine->painter,
 			       HTMLTextColor)->color);
-
+*/
 }
 
 /******************************************************************************
--- note_editor.c.old	2004-07-29 14:35:18 +0400
+++ src/gnome2/note_editor.c	2004-07-29 14:35:31 +0400
@@ -1187,7 +1187,7 @@
 		    target ? g_strndup(url,
 				       target - url) : g_strdup(url);
 		new_link =
-		    html_link_text_new(text,
+		    html_link_new(text,
 				       GTK_HTML_FONT_STYLE_DEFAULT,
 				       html_colorset_get_color(e->
 							settings->
--- editor_menu.c.old	2004-07-29 14:34:49 +0400
+++ src/gnome2/editor_menu.c	2004-07-29 14:34:53 +0400
@@ -493,7 +493,7 @@
 		    target ? g_strndup(url,
 				       target - url) : g_strdup(url);
 		new_link =
-		    html_link_text_new(text,
+		    html_link_new(text,
 				       GTK_HTML_FONT_STYLE_DEFAULT,
 				       html_colorset_get_color(e->
 							settings->
 
design & coding: Vladimir Lettiev aka crux © 2004-2005