summaryrefslogtreecommitdiff
path: root/finch/gntroomlist.c
diff options
context:
space:
mode:
authorSadrul Habib Chowdhury <sadrul@pidgin.im>2008-01-26 22:33:08 +0000
committerSadrul Habib Chowdhury <sadrul@pidgin.im>2008-01-26 22:33:08 +0000
commitc59f5dfc26bb6be37b109ea7e16bc9b6d3e1e5c0 (patch)
tree1de80a103682e4dc858d872c3a96e9b50c6ecd08 /finch/gntroomlist.c
parentdf4495dadd9bc88d622c65d310355f5966a9b6fd (diff)
downloadpidgin-c59f5dfc26bb6be37b109ea7e16bc9b6d3e1e5c0.tar.gz
We will probably eventually use purple_object_[get|set]_ui_data. Until then, this will do.
Diffstat (limited to 'finch/gntroomlist.c')
-rw-r--r--finch/gntroomlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/finch/gntroomlist.c b/finch/gntroomlist.c
index 213147690d..6173564c06 100644
--- a/finch/gntroomlist.c
+++ b/finch/gntroomlist.c
@@ -24,7 +24,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#include"internal.h"
+#include "finch.h"
#include "gntrequest.h"
#include "gntroomlist.h"
@@ -341,7 +341,7 @@ fl_show_with_account(PurpleAccount *account)
static void
fl_create(PurpleRoomlist *list)
{
- list->ui_data = &froomlist;
+ FINCH_SET_DATA(list, &froomlist);
setup_roomlist(NULL);
update_roomlist(list);
}