gtkhtml r8822 - trunk/components/editor
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkhtml r8822 - trunk/components/editor
- Date: Tue, 15 Apr 2008 01:40:29 +0100 (BST)
Author: mbarnes
Date: Tue Apr 15 01:40:29 2008
New Revision: 8822
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=8822&view=rev
Log:
2008-04-14 Matthew Barnes <mbarnes redhat com>
* components/editor/gtkhtml-editor-actions.c (action_html_mode_cb):
Disable the color combo on the style toolbar in text mode.
Modified:
trunk/components/editor/ChangeLog
trunk/components/editor/gtkhtml-editor-actions.c
Modified: trunk/components/editor/gtkhtml-editor-actions.c
==============================================================================
--- trunk/components/editor/gtkhtml-editor-actions.c (original)
+++ trunk/components/editor/gtkhtml-editor-actions.c Tue Apr 15 01:40:29 2008
@@ -638,6 +638,8 @@
action_group = editor->priv->html_context_actions;
gtk_action_group_set_visible (action_group, active);
+ gtk_widget_set_sensitive (editor->priv->color_combo_box, active);
+
/* Certain paragraph styles are HTML-only. */
gtk_action_set_sensitive (ACTION (STYLE_H1), active);
gtk_action_set_sensitive (ACTION (STYLE_H2), active);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]