Mercurial > pidgin
changeset 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 | 51aff4db29da |
| children | d4bb8b85ab2e b88747698e96 f41b96686cfb |
| files | pidgin/gtkdialogs.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);
