Mercurial > pidgin.yaz
diff pidgin/gtkdialogs.c @ 20031:cd2b19529dff
whoops! do if 0, not ifdef 0
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Fri, 14 Sep 2007 08:40:06 +0000 |
parents | bef95e866af8 |
children | 6bf32c9e15a7 5051b94ad258 |
line wrap: on
line diff
--- 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);