mirror of
https://abf.rosa.ru/djam/firefox-esr68.git
synced 2025-02-24 02:12:55 +00:00
try to adapt to gtk3
This commit is contained in:
parent
a9891c3488
commit
5f87dfd1d5
1 changed files with 1 additions and 1 deletions
|
@ -2525,7 +2525,7 @@ new file mode 100644
|
|||
+ data.loop = g_main_loop_new( NULL, FALSE );
|
||||
+ GtkWidget* window = gtk_window_new( GTK_WINDOW_TOPLEVEL );
|
||||
+ if( parent && parent->group )
|
||||
+ gtk_window_group_add_window( parent->group, GTK_WINDOW( window ));
|
||||
+ gtk_window_group_add_window( gtk_window_get_group (parent), GTK_WINDOW( window ));
|
||||
+ gtk_widget_realize( window );
|
||||
+ gtk_widget_set_sensitive( window, TRUE );
|
||||
+ gtk_grab_add( window );
|
||||
|
|
Loading…
Add table
Reference in a new issue