Comment 0 for bug 874847

Revision history for this message
Dmitry Shachnev (mitya57) wrote : [packaging] 05_desktop_menu_export.patch adds duplicate lines

I'm currently working on fixing bug 814799 and bug 826771, and I noticed that this patch adds duplicate lines:

05_desktop_menu_export.patch, lines 120-121:
+ gtk_widget_hide (NAUTILUS_WINDOW (window)->details->statusbar);
+ gtk_widget_hide (NAUTILUS_WINDOW (window)->details->menubar);

These lines already exist in original nautilus_desktop_window.c (they are lines 97-98).

I hope to fix this in my branch together with 2 bugs I mentioned above, and I put it here just for better tracking.