Mercurial > pidgin.yaz
changeset 22491:566a805a5bd4
G_UNLIKELY is new in Glib 2.2 and resiak said this wasn't important here
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Mon, 17 Mar 2008 14:43:07 +0000 |
parents | d128201714e9 |
children | a65a76072f31 |
files | pidgin/minidialog.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/minidialog.c Mon Mar 17 14:35:33 2008 +0000 +++ b/pidgin/minidialog.c Mon Mar 17 14:43:07 2008 +0000 @@ -51,7 +51,7 @@ pidgin_mini_dialog_get_type (void) { static GType g_define_type_id = 0; - if (G_UNLIKELY (g_define_type_id == 0)) + if (g_define_type_id == 0) { static const GTypeInfo g_define_type_info = { sizeof (PidginMiniDialogClass),