X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fgtk%2Fintf_gtk.c;h=60ddb2065d868caa515bd6a1e7798e7e3a2d8e8c;hb=2afb724073836ef8f73b29ab61d45066f0fbc4b8;hp=c15217c8c88a9c70389da5bcfd9e4421c789578c;hpb=317723fa7e68551c7eac63b8d05f9f854f5c0089;p=vlc diff --git a/plugins/gtk/intf_gtk.c b/plugins/gtk/intf_gtk.c index c15217c8c8..60ddb2065d 100644 --- a/plugins/gtk/intf_gtk.c +++ b/plugins/gtk/intf_gtk.c @@ -2,7 +2,7 @@ * intf_gtk.c: Gtk+ interface ***************************************************************************** * Copyright (C) 1999, 2000 VideoLAN - * $Id: intf_gtk.c,v 1.2 2001/03/04 03:12:00 sam Exp $ + * $Id: intf_gtk.c,v 1.3 2001/03/05 01:29:25 sam Exp $ * * Authors: Samuel Hocevar * @@ -258,7 +258,6 @@ static gint GtkManage( gpointer p_data ) gtk_object_set_data( GTK_OBJECT( p_intf->p_sys->p_popup ), "p_popup", p_intf ); } -// gtk_widget_show( p_intf->p_sys->p_popup ); gtk_menu_popup( GTK_MENU( p_intf->p_sys->p_popup ), NULL, NULL, NULL, NULL, 0, GDK_CURRENT_TIME ); p_intf->b_menu_change = 0;