oops, remove left-over devel ifdef
2007-08-03 Jens Granseuer <jensgr@gmx.net> * appearance-themes.c: (theme_thumbnail_update): oops, remove left-over devel ifdef svn path=/trunk/; revision=7957
This commit is contained in:
parent
54d446ae88
commit
f7bf24a1cf
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-08-03 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* appearance-themes.c: (theme_thumbnail_update): oops, remove
|
||||
left-over devel ifdef
|
||||
|
||||
2007-08-03 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* appearance-desktop.c: (wp_color_changed): use gdk_color_to_string
|
||||
|
|
|
@ -99,7 +99,6 @@ theme_thumbnail_update (GdkPixbuf *pixbuf,
|
|||
|
||||
gtk_list_store_set (data->theme_store, &iter, COL_THUMBNAIL, pixbuf, -1);
|
||||
|
||||
#if 1
|
||||
/* cache thumbnail */
|
||||
if (cache && (mtime = theme_get_mtime (theme_name)) != -1) {
|
||||
gchar *path;
|
||||
|
@ -112,7 +111,6 @@ theme_thumbnail_update (GdkPixbuf *pixbuf,
|
|||
|
||||
g_free (path);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
g_object_unref (pixbuf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue