gtkhtml r8825 - trunk/components/editor



Author: mbarnes
Date: Thu Apr 17 12:46:54 2008
New Revision: 8825
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=8825&view=rev

Log:
2008-04-17  Matthew Barnes  <mbarnes redhat com>

	** Fixes bug #245246

	* components/editor/gtkhtml-editor.ui:
	* components/editor/gtkhtml-editor-actions.c:
	Drop the 'properties-text' and 'properties-paragraph' actions.
	Too much redundancy in the main menu.



Modified:
   trunk/components/editor/ChangeLog
   trunk/components/editor/gtkhtml-editor-actions.c
   trunk/components/editor/gtkhtml-editor.ui

Modified: trunk/components/editor/gtkhtml-editor-actions.c
==============================================================================
--- trunk/components/editor/gtkhtml-editor-actions.c	(original)
+++ trunk/components/editor/gtkhtml-editor-actions.c	Thu Apr 17 12:46:54 2008
@@ -60,7 +60,6 @@
  * "justify-right"	(radio)
  * "paste"
  * "paste-quote"
- * "properties-paragraph"
  * "redo"
  * "select-all"
  * "show-find"
@@ -88,7 +87,6 @@
  * ------------------------
  * "bold"		(toggle)
  * "properties-page"
- * "properties-text"
  * "insert-image"
  * "insert-link"
  * "insert-rule"
@@ -1474,13 +1472,6 @@
 	  NULL,
 	  G_CALLBACK (action_paste_quote_cb) },
 
-	{ "properties-paragraph",
-	  NULL,
-	  N_("Pa_ragraph..."),
-	  NULL,
-	  NULL,
-	  G_CALLBACK (action_properties_paragraph_cb) },
-
 	{ "redo",
 	  GTK_STOCK_REDO,
 	  N_("_Redo"),
@@ -1817,13 +1808,6 @@
 	  NULL,
 	  G_CALLBACK (action_properties_table_cb) },
 
-	{ "properties-text",
-	  NULL,
-	  N_("_Text..."),
-	  NULL,
-	  NULL,
-	  G_CALLBACK (action_properties_text_cb) },
-
 	/* Menus */
 
 	{ "font-size-menu",

Modified: trunk/components/editor/gtkhtml-editor.ui
==============================================================================
--- trunk/components/editor/gtkhtml-editor.ui	(original)
+++ trunk/components/editor/gtkhtml-editor.ui	Thu Apr 17 12:46:54 2008
@@ -69,7 +69,6 @@
         <menuitem action='size-plus-three'/>
         <menuitem action='size-plus-four'/>
       </menu>
-      <menuitem action='properties-text'/>
       <separator/>
       <menu action='paragraph-style-menu'>
         <menuitem action='style-normal'/>
@@ -94,7 +93,6 @@
         <menuitem action='justify-center'/>
         <menuitem action='justify-right'/>
       </menu>
-      <menuitem action='properties-paragraph'/>
       <separator/>
       <menuitem action='indent'/>
       <menuitem action='unindent'/>



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