[ekiga] Fix error in my previous commit



commit a9ac8788253da6c1b86b7ed06bc2a37886e4ecef
Author: Eugen Dedu <eugen dedu univ-fcomte fr>
Date:   Mon Feb 15 14:18:57 2016 +0100

    Fix error in my previous commit

 lib/engine/gui/gtk-frontend/statusmenu.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/statusmenu.cpp b/lib/engine/gui/gtk-frontend/statusmenu.cpp
index e672044..cf9bf28 100644
--- a/lib/engine/gui/gtk-frontend/statusmenu.cpp
+++ b/lib/engine/gui/gtk-frontend/statusmenu.cpp
@@ -515,7 +515,7 @@ status_menu_clear_status_message_dialog_run (StatusMenu *self)
   std::string status;
 
   // Current status
-  status = self->priv->personal_data_settings->get_string ("presence-notes");
+  status = self->priv->personal_data_settings->get_string ("presence-note");
 
   // Build the dialog
   dialog = gtk_dialog_new_with_buttons (_("Custom Message"),
@@ -668,7 +668,7 @@ status_menu_new_status_message_dialog_run (StatusMenu *self,
   const char *message = NULL;
 
   presence = self->priv->personal_data_settings->get_string ("presence");
-  status = self->priv->personal_data_settings->get_string ("presence-notes");
+  status = self->priv->personal_data_settings->get_string ("presence-note");
 
   dialog = gtk_dialog_new_with_buttons (_("Custom Message"),
                                         self->priv->parent,


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