file-roller/file-roller-2.15.1-recent2.patch
Matthias Clasen ba1138fdbd fix warnings
2006-07-30 18:04:00 +00:00

12 lines
318 B
Diff

--- file-roller-2.15.1/src/window.c.recent2 2006-07-30 14:02:04.000000000 -0400
+++ file-roller-2.15.1/src/window.c 2006-07-30 14:02:16.000000000 -0400
@@ -1116,7 +1116,7 @@
/* recents menu. */
- set_sensitive (window, "RecentFilesMenu", ! running);
+ set_sensitive (window, "OpenRecentMenu", ! running);
}