Migrate pluma to GSettings

This commit is contained in:
Stefano Karapetsas
2013-01-24 21:03:53 +01:00
parent c3ebc88709
commit 261945f51b
11 changed files with 463 additions and 1029 deletions

View File

@@ -37,7 +37,6 @@
#include <string.h>
#include <glib/gi18n.h>
#include <mateconf/mateconf-client.h>
#include <pluma/pluma-prefs-manager.h>

View File

@@ -375,7 +375,7 @@ pluma_search_dialog_init (PlumaSearchDialog *dlg)
return;
}
dlg->priv->search_entry = pluma_history_entry_new ("pluma2_search_for_entry",
dlg->priv->search_entry = pluma_history_entry_new ("history-search-for",
TRUE);
gtk_widget_set_size_request (dlg->priv->search_entry, 300, -1);
pluma_history_entry_set_escape_func
@@ -391,7 +391,7 @@ pluma_search_dialog_init (PlumaSearchDialog *dlg)
dlg->priv->search_entry,
1, 2, 0, 1);
dlg->priv->replace_entry = pluma_history_entry_new ("pluma2_replace_with_entry",
dlg->priv->replace_entry = pluma_history_entry_new ("history-replace-with",
TRUE);
pluma_history_entry_set_escape_func
(PLUMA_HISTORY_ENTRY (dlg->priv->replace_entry),