diff options
Diffstat (limited to 'libnautilus-extensions/nautilus-background.c')
-rw-r--r-- | libnautilus-extensions/nautilus-background.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnautilus-extensions/nautilus-background.c b/libnautilus-extensions/nautilus-background.c index 1d4326712..41b8afc8f 100644 --- a/libnautilus-extensions/nautilus-background.c +++ b/libnautilus-extensions/nautilus-background.c @@ -1061,8 +1061,8 @@ nautilus_background_set_image_uri (NautilusBackground *background, const char *i static void set_image_and_color_image_loading_done_callback (NautilusBackground *background, gboolean successful_load, const char *color) { - gtk_signal_disconnect_by_func (GTK_OBJECT (background), GTK_SIGNAL_FUNC (set_image_and_color_image_loading_done_callback), (gpointer) color); - nautilus_background_set_color (background, color); + gtk_signal_disconnect_by_func (GTK_OBJECT (background), GTK_SIGNAL_FUNC (set_image_and_color_image_loading_done_callback), (gpointer) color); + nautilus_background_set_color (background, color); } /* Use this fn to set both the image and color and avoid flash. The color isn't |