# HG changeset patch # User Sean Egan # Date 1189759206 0 # Node ID cd2b19529dffce55a16ef4463fe075523599bfc9 # Parent 51aff4db29dacd454c67468a37bccd77e44bb5a5 whoops! do if 0, not ifdef 0 diff -r 51aff4db29da -r cd2b19529dff pidgin/gtkdialogs.c --- a/pidgin/gtkdialogs.c Fri Sep 14 08:31:50 2007 +0000 +++ b/pidgin/gtkdialogs.c Fri Sep 14 08:40:06 2007 +0000 @@ -365,7 +365,7 @@ filename = g_build_filename(DATADIR, "pixmaps", "pidgin", "logo.png", NULL); pixbuf = gdk_pixbuf_new_from_file(filename, NULL); g_free(filename); -#ifdef 0 /* Don't versionize the logo when the logo has the version in it */ +#if 0 /* Don't versionize the logo when the logo has the version in it */ pidgin_logo_versionize(&pixbuf, logo); #endif gtk_widget_destroy(logo);