File gnome-main-menu-bnc537483-force-redraw-workaround.patch of Package gnome-main-menu
diff --git a/main-menu/src/main-menu-ui.c b/main-menu/src/main-menu-ui.c
index cd1da32..7376610 100644
--- a/main-menu/src/main-menu-ui.c
+++ b/main-menu/src/main-menu-ui.c
@@ -1838,6 +1838,11 @@ present_slab_window (MainMenuUI *this)
update_recently_used_sections (this);
+ tile_table_reload (priv->sys_table);
+ tile_table_reload (priv->file_tables [USER_APPS_TABLE]);
+ tile_table_reload (priv->file_tables [USER_DOCS_TABLE]);
+ tile_table_reload (priv->file_tables [USER_DIRS_TABLE]);
+
gtk_window_set_screen (GTK_WINDOW (priv->slab_window), gtk_widget_get_screen (GTK_WIDGET (priv->panel_applet)));
gtk_window_present_with_time (GTK_WINDOW (priv->slab_window), gtk_get_current_event_time ());
}