Mercurial > pidgin
comparison finch/gntroomlist.c @ 22217:ad357ca94de9
We will probably eventually use purple_object_[get|set]_ui_data. Until then, this will do.
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Sat, 26 Jan 2008 22:33:08 +0000 |
| parents | 2b426862ffbf |
| children | c1f954e51389 |
comparison
equal
deleted
inserted
replaced
| 22216:b99d6d21cd79 | 22217:ad357ca94de9 |
|---|---|
| 22 * You should have received a copy of the GNU General Public License | 22 * You should have received a copy of the GNU General Public License |
| 23 * along with this program; if not, write to the Free Software | 23 * along with this program; if not, write to the Free Software |
| 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA | 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 25 */ | 25 */ |
| 26 | 26 |
| 27 #include"internal.h" | 27 #include "finch.h" |
| 28 | 28 |
| 29 #include "gntrequest.h" | 29 #include "gntrequest.h" |
| 30 #include "gntroomlist.h" | 30 #include "gntroomlist.h" |
| 31 | 31 |
| 32 #include "gntbox.h" | 32 #include "gntbox.h" |
| 339 } | 339 } |
| 340 | 340 |
| 341 static void | 341 static void |
| 342 fl_create(PurpleRoomlist *list) | 342 fl_create(PurpleRoomlist *list) |
| 343 { | 343 { |
| 344 list->ui_data = &froomlist; | 344 FINCH_SET_DATA(list, &froomlist); |
| 345 setup_roomlist(NULL); | 345 setup_roomlist(NULL); |
| 346 update_roomlist(list); | 346 update_roomlist(list); |
| 347 } | 347 } |
| 348 | 348 |
| 349 static void | 349 static void |
