14 lines
775 B
Diff
14 lines
775 B
Diff
Index: nautilus-2.17.91/src/nautilus-property-browser.c
|
|
===================================================================
|
|
--- nautilus-2.17.91.orig/src/nautilus-property-browser.c
|
|
+++ nautilus-2.17.91/src/nautilus-property-browser.c
|
|
@@ -1865,7 +1865,7 @@ add_reset_property (NautilusPropertyBrow
|
|
|
|
g_free (reset_image_file_name);
|
|
|
|
- reset_image = labeled_image_new (_("Reset"), reset_chit != NULL ? reset_chit : reset_pixbuf, RESET_IMAGE_NAME, PANGO_SCALE_MEDIUM);
|
|
+ reset_image = labeled_image_new (_("Reset"), reset_chit, RESET_IMAGE_NAME, PANGO_SCALE_MEDIUM);
|
|
gtk_container_add (GTK_CONTAINER (property_browser->details->content_table), reset_image);
|
|
eel_wrap_table_reorder_child (EEL_WRAP_TABLE (property_browser->details->content_table),
|
|
reset_image,
|