summaryrefslogtreecommitdiff
path: root/tp-account-widgets/tpaw-irc-network-chooser-dialog.c
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-10 16:58:34 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 11:03:06 +0100
commit7eae2e49e62834cfff13cc2ee10b37eaff38a6fb (patch)
treedd8ce7c22177cd14324b466c2841466c23816ff8 /tp-account-widgets/tpaw-irc-network-chooser-dialog.c
parent6609b50bce338fdb3fe470f57727d30211c8d104 (diff)
downloadtelepathy-account-widgets-7eae2e49e62834cfff13cc2ee10b37eaff38a6fb.tar.gz
tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename it
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tp-account-widgets/tpaw-irc-network-chooser-dialog.c')
-rw-r--r--tp-account-widgets/tpaw-irc-network-chooser-dialog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tp-account-widgets/tpaw-irc-network-chooser-dialog.c b/tp-account-widgets/tpaw-irc-network-chooser-dialog.c
index daf35a0f..12325025 100644
--- a/tp-account-widgets/tpaw-irc-network-chooser-dialog.c
+++ b/tp-account-widgets/tpaw-irc-network-chooser-dialog.c
@@ -27,6 +27,7 @@
#include "tpaw-irc-network-dialog.h"
#include "tpaw-irc-network-manager.h"
#include "tpaw-live-search.h"
+#include "tpaw-utils.h"
#include "empathy-utils.h"
#define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT | EMPATHY_DEBUG_IRC
@@ -469,7 +470,7 @@ search_text_notify_cb (TpawLiveSearch *search,
const gchar *text;
text = tpaw_live_search_get_text (TPAW_LIVE_SEARCH (priv->search));
- if (!EMP_STR_EMPTY (text))
+ if (!TPAW_STR_EMPTY (text))
{
/* We are doing a search, select the first matching network */
select_iter (self, &filter_iter, TRUE);