diff options
author | Antonio Fernandez <antonio.fernandez@aentos.es> | 2012-09-13 20:08:07 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-14 13:52:48 +0100 |
commit | c1bf7fd49db152b16cf07e7060338a6bc27d9e0d (patch) | |
tree | 9a6ff5eedad06592f0f5d3fb98a60374497742b6 | |
parent | 6b42d547cfbe87e934f65c74cb180f5f1c10c6c2 (diff) |
Fixed a crash when opening an application from LO main screen.
Change-Id: I942bcf761c7b9ba11c47bc618d55bdc85a472705
-rw-r--r-- | vcl/unx/gtk/window/gtksalmenu.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/gtk/window/gtksalmenu.cxx b/vcl/unx/gtk/window/gtksalmenu.cxx index 1476e61c239b..94e13a1dba07 100644 --- a/vcl/unx/gtk/window/gtksalmenu.cxx +++ b/vcl/unx/gtk/window/gtksalmenu.cxx @@ -20,7 +20,7 @@ * Author: Antonio Fernández <antonio.fernandez@aentos.es> */ -#include "unx/gtk/gtksalmenu.hxx" +#include <unx/gtk/gtksalmenu.hxx> //#include <gtk/gtk.h> #include <unx/gtk/glomenu.h> @@ -421,7 +421,7 @@ GtkSalMenu::GtkSalMenu( sal_Bool bMenuBar ) : GtkSalMenu::~GtkSalMenu() { if ( mbMenuBar == sal_True ) { - g_source_remove_by_user_data( this ); +// g_source_remove_by_user_data( this ); ((GtkSalFrame*) mpFrame)->SetMenu( NULL ); |