[gthumb] fixed the "start at" label mnemonic in the search dialog.
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] fixed the "start at" label mnemonic in the search dialog.
- Date: Thu, 25 Feb 2010 10:35:17 +0000 (UTC)
commit be36062135ef8d8f2d69abb659e440e26bb3b85e
Author: Paolo Bacchilega <paobac src gnome org>
Date: Thu Feb 25 11:33:58 2010 +0100
fixed the "start at" label mnemonic in the search dialog.
extensions/search/data/ui/search-editor.ui | 2 +-
extensions/search/gth-search-editor.c | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/extensions/search/data/ui/search-editor.ui b/extensions/search/data/ui/search-editor.ui
index f048936..818f232 100644
--- a/extensions/search/data/ui/search-editor.ui
+++ b/extensions/search/data/ui/search-editor.ui
@@ -12,7 +12,7 @@
<property name="visible">True</property>
<property name="spacing">6</property>
<child>
- <object class="GtkLabel" id="label2">
+ <object class="GtkLabel" id="start_at_label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Start _at:</property>
diff --git a/extensions/search/gth-search-editor.c b/extensions/search/gth-search-editor.c
index 1987924..86cfc57 100644
--- a/extensions/search/gth-search-editor.c
+++ b/extensions/search/gth-search-editor.c
@@ -146,6 +146,7 @@ gth_search_editor_construct (GthSearchEditor *self,
gtk_label_set_use_underline (GTK_LABEL (GET_WIDGET ("match_label")), TRUE);
gtk_label_set_mnemonic_widget (GTK_LABEL (GET_WIDGET ("match_label")), self->priv->match_type_combobox);
+ gtk_label_set_mnemonic_widget (GTK_LABEL (GET_WIDGET ("start_at_label")), self->priv->location_chooser);
gth_search_editor_set_search (self, search);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]