[gtranslator] Fixed schema name for find and replace dialogs



commit 5f887a9a9155439cd93227b0def9be6669b0ece5
Author: Jonh Wendell <jwendell gnome org>
Date:   Tue Sep 21 13:22:50 2010 -0300

    Fixed schema name for find and replace dialogs

 src/dialogs/gtr-search-dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dialogs/gtr-search-dialog.c b/src/dialogs/gtr-search-dialog.c
index 04f3bea..828e74d 100644
--- a/src/dialogs/gtr-search-dialog.c
+++ b/src/dialogs/gtr-search-dialog.c
@@ -426,7 +426,7 @@ gtr_search_dialog_init (GtrSearchDialog * dlg)
     }
 
   dlg->priv->search_entry =
-    gtr_history_entry_new ("gtr_search_for_entry", TRUE);
+    gtr_history_entry_new ("search-for-entry", TRUE);
   gtk_widget_set_size_request (dlg->priv->search_entry, 300, -1);
   gtr_history_entry_set_escape_func
     (GTR_HISTORY_ENTRY (dlg->priv->search_entry),
@@ -441,7 +441,7 @@ gtr_search_dialog_init (GtrSearchDialog * dlg)
                              dlg->priv->search_entry, 1, 2, 0, 1);
 
   dlg->priv->replace_entry =
-    gtr_history_entry_new ("gtr_replace_with_entry", TRUE);
+    gtr_history_entry_new ("replace-with-entry", TRUE);
   gtr_history_entry_set_escape_func (GTR_HISTORY_ENTRY
                                      (dlg->priv->replace_entry),
                                      (GtrHistoryEntryEscapeFunc)



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