Mercurial > pidgin
changeset 20027:bef95e866af8
remove logo versionizing
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Fri, 14 Sep 2007 08:10:00 +0000 |
parents | 571cd464572c |
children | 51aff4db29da |
files | pidgin/gtkdialogs.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c Fri Sep 14 07:24:57 2007 +0000 +++ b/pidgin/gtkdialogs.c Fri Sep 14 08:10:00 2007 +0000 @@ -365,7 +365,9 @@ 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 */ pidgin_logo_versionize(&pixbuf, logo); +#endif gtk_widget_destroy(logo); logo = gtk_image_new_from_pixbuf(pixbuf); gdk_pixbuf_unref(pixbuf);