]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-base-password-dialog.c
remove released flag
[empathy.git] / libempathy-gtk / empathy-base-password-dialog.c
index 9cbb178f0cf877f40b535b8720846da94c2541ad..f080cb7b19538ce68b5a6415710b1132004b3ac2 100644 (file)
@@ -21,6 +21,7 @@
 #include "empathy-base-password-dialog.h"
 
 #include <glib/gi18n-lib.h>
+#include <tp-account-widgets/tpaw-utils.h>
 
 #include "empathy-utils.h"
 
@@ -108,10 +109,10 @@ password_entry_changed_cb (GtkEditable *entry,
   str = gtk_entry_get_text (GTK_ENTRY (entry));
 
   gtk_entry_set_icon_sensitive (GTK_ENTRY (entry),
-      GTK_ENTRY_ICON_SECONDARY, !EMP_STR_EMPTY (str));
+      GTK_ENTRY_ICON_SECONDARY, !TPAW_STR_EMPTY (str));
 
   gtk_widget_set_sensitive (self->ok_button,
-      !EMP_STR_EMPTY (str));
+      !TPAW_STR_EMPTY (str));
 }
 
 static void