[evolution/gnome-3-16] EHTMLEditorView - Connect the 'changed::antialiasing' signal to the right object
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-16] EHTMLEditorView - Connect the 'changed::antialiasing' signal to the right object
- Date: Mon, 4 May 2015 06:34:19 +0000 (UTC)
commit e3340411fc3b6fd788d9c399ae7be9a079888951
Author: Tomas Popela <tpopela redhat com>
Date: Mon May 4 08:30:42 2015 +0200
EHTMLEditorView - Connect the 'changed::antialiasing' signal to the right object
Avoid the runtime warning spotted in https://bugzilla.redhat.com/show_bug.cgi?id=1217946#c0
e-util/e-html-editor-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 874605e..fe92c9c 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -9746,7 +9746,7 @@ e_html_editor_view_init (EHTMLEditorView *view)
if (settings_schema != NULL) {
g_settings = e_util_ref_settings ("org.gnome.settings-daemon.plugins.xsettings");
g_signal_connect (
- settings, "changed::antialiasing",
+ g_settings, "changed::antialiasing",
G_CALLBACK (e_html_editor_settings_changed_cb), view);
view->priv->aliasing_settings = g_settings;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]