* Set the edit and delete buttons as insensitive only if there is no account selected
[modest] / src / widgets / modest-account-view.h
index fcc8ea2..aa16dd2 100644 (file)
@@ -85,7 +85,7 @@ ModestAccountView*   modest_account_view_new         (ModestAccountMgr *account_
  * Returns: the name of the selected account or NULL if none is
  * selected
  **/
-const gchar*   modest_account_view_get_selected_account    (ModestAccountView *account_view);
+gchar*   modest_account_view_get_selected_account    (ModestAccountView *account_view);
 
 G_END_DECLS