Replace following deprecated gtk symbols: gtk_box_pack_start_defaults, gtk_widget_set_usize, and GTK_CHECK_* Bug #572325
svn path=/trunk/; revision=9284
This commit is contained in:
parent
e5208bc543
commit
bc85298dcb
4 changed files with 15 additions and 7 deletions
|
@ -395,7 +395,7 @@ clear_old_model (GladeXML *dialog)
|
|||
|
||||
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (WID ("actions_swindow")),
|
||||
GTK_POLICY_NEVER, GTK_POLICY_NEVER);
|
||||
gtk_widget_set_usize (WID ("actions_swindow"), -1, -1);
|
||||
gtk_widget_set_size_request (WID ("actions_swindow"), -1, -1);
|
||||
}
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue