[gnome-color-manager] trivial: fix compile error with existing commit
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] trivial: fix compile error with existing commit
- Date: Tue, 22 Mar 2011 22:35:07 +0000 (UTC)
commit 970966e43254bb0af1050af4727b04c2f917ac78
Author: Richard Hughes <richard hughsie com>
Date: Tue Mar 22 22:34:25 2011 +0000
trivial: fix compile error with existing commit
src/cc-color-panel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/cc-color-panel.c b/src/cc-color-panel.c
index f182c98..645a1cc 100644
--- a/src/cc-color-panel.c
+++ b/src/cc-color-panel.c
@@ -2392,7 +2392,7 @@ cc_color_panel_init (CcColorPanel *panel)
/* get UI */
panel->priv->builder = gtk_builder_new ();
- gtk_builder_set_translation_domain (self->priv->builder, GETTEXT_PACKAGE);
+ gtk_builder_set_translation_domain (panel->priv->builder, GETTEXT_PACKAGE);
retval = gtk_builder_add_from_file (panel->priv->builder,
GCM_DATA "/gcm-prefs.ui",
&error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]