gtkhtml r8681 - trunk/components/html-editor
- From: msuman svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkhtml r8681 - trunk/components/html-editor
- Date: Mon, 14 Jan 2008 09:01:20 +0000 (GMT)
Author: msuman
Date: Mon Jan 14 09:01:20 2008
New Revision: 8681
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=8681&view=rev
Log:
Patch from Alex Kloss <alexkloss att net> ** Fix for bug #498089 (Add/reassign mnemonics for Rows, Columns, and Image labels to proper widgets, Connect Color label mnemonic to GiComboBox)
Modified:
trunk/components/html-editor/ChangeLog
trunk/components/html-editor/gtkhtml-editor-properties.glade
trunk/components/html-editor/table.c
Modified: trunk/components/html-editor/gtkhtml-editor-properties.glade
==============================================================================
--- trunk/components/html-editor/gtkhtml-editor-properties.glade (original)
+++ trunk/components/html-editor/gtkhtml-editor-properties.glade Mon Jan 14 09:01:20 2008
@@ -134,6 +134,7 @@
<property name="yalign">0.5</property>
<property name="xpad">2</property>
<property name="ypad">0</property>
+ <property name="mnemonic_widget">spin_table_rows</property>
</widget>
<packing>
<property name="padding">0</property>
@@ -196,7 +197,7 @@
<child>
<widget class="GtkLabel" id="label2">
<property name="visible">True</property>
- <property name="label" translatable="yes">_Columns:</property>
+ <property name="label" translatable="yes">Colu_mns:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
@@ -206,6 +207,7 @@
<property name="yalign">0.5</property>
<property name="xpad">2</property>
<property name="ypad">0</property>
+ <property name="mnemonic_widget">spin_table_columns</property>
</widget>
<packing>
<property name="padding">0</property>
@@ -742,7 +744,7 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
- <property name="mnemonic_widget">entry7</property>
+ <property name="mnemonic_widget">entry_table_bg_pixmap</property>
</widget>
<packing>
<property name="left_attach">0</property>
Modified: trunk/components/html-editor/table.c
==============================================================================
--- trunk/components/html-editor/table.c (original)
+++ trunk/components/html-editor/table.c Mon Jan 14 09:01:20 2008
@@ -234,6 +234,7 @@
color_group_fetch ("table_bg_color", d->cd));
gi_color_combo_box_set_preview_relief (GI_COLOR_COMBO (d->combo_bg_color), GTK_RELIEF_NORMAL); \
g_signal_connect (d->combo_bg_color, "color_changed", G_CALLBACK (changed_bg_color), d);
+ gtk_label_set_mnemonic_widget (GTK_LABEL (glade_xml_get_widget (xml, "label141")), GTK_WIDGET (d->combo_bg_color));
gtk_box_pack_start (GTK_BOX (glade_xml_get_widget (xml, "bg_color_hbox")), d->combo_bg_color, FALSE, FALSE, 0);
d->entry_bg_pixmap = glade_xml_get_widget (xml, "entry_table_bg_pixmap");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]