Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
d36eb371
Commit
d36eb371
authored
Sep 19, 2007
by
Pierre-Luc Beaudoin
Browse files
Fix a warning
parent
fcfd04d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-gtk/src/mainwindow.c
View file @
d36eb371
...
...
@@ -140,6 +140,13 @@ create_main_window ()
button
=
create_screen
();
gtk_box_pack_start
(
GTK_BOX
(
subvbox
),
button
,
FALSE
/*expand*/
,
TRUE
/*fill*/
,
0
/*padding*/
);
button
=
gtk_hscale_new_with_range
(
0
,
100
,
2
);
gtk_scale_set_draw_value
(
button
,
FALSE
);
gtk_box_pack_start
(
GTK_BOX
(
subvbox
),
button
,
FALSE
/*expand*/
,
TRUE
/*fill*/
,
0
/*padding*/
);
button
=
gtk_hscale_new_with_range
(
0
,
100
,
2
);
gtk_scale_set_draw_value
(
button
,
FALSE
);
gtk_box_pack_start
(
GTK_BOX
(
subvbox
),
button
,
FALSE
/*expand*/
,
TRUE
/*fill*/
,
0
/*padding*/
);
gtk_box_pack_start
(
GTK_BOX
(
subvbox
),
create_call_tree
(),
TRUE
/*expand*/
,
TRUE
/*fill*/
,
0
/*padding*/
);
/* Status bar */
...
...
@@ -203,7 +210,7 @@ main_window_dialpad(gboolean show){
}
else
if
(
!
show
&&
showDialpad
)
{
gtk_container_remove
(
GTK_
BOX
(
subvbox
),
dialpad
);
gtk_container_remove
(
GTK_
CONTAINER
(
subvbox
),
dialpad
);
}
showDialpad
=
show
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment