[ekiga/gnome-2-26] Fixed crash when pressing shift-f10 (popup menu) in Preferences window



commit 9eda565f77460394c992800a9bdfcb7224d6044b
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Sun Aug 2 12:48:07 2009 +0200

    Fixed crash when pressing shift-f10 (popup menu) in Preferences window
    
    Fixes bug #575508.

 lib/gui/gmpreferences.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/lib/gui/gmpreferences.c b/lib/gui/gmpreferences.c
index 977ae9d..e113607 100644
--- a/lib/gui/gmpreferences.c
+++ b/lib/gui/gmpreferences.c
@@ -973,7 +973,6 @@ gnome_prefs_window_new (const gchar *logo_name)
   gpw->notebook = gtk_notebook_new ();
   gtk_notebook_set_show_tabs (GTK_NOTEBOOK (gpw->notebook), FALSE);
   gtk_notebook_set_show_border (GTK_NOTEBOOK (gpw->notebook), FALSE);
-  gtk_notebook_popup_enable (GTK_NOTEBOOK (gpw->notebook));
 
   pixmap =  gtk_image_new_from_file (logo_name);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]