Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
02822757
Commit
02822757
authored
Mar 31, 2008
by
Emmanuel Milou
Browse files
Invert * and # key on the dialpad
parent
f3b17ffa
Changes
1
Show whitespace changes
Inline
Side-by-side
sflphone-gtk/src/dialpad.c
View file @
02822757
...
@@ -89,13 +89,13 @@ create_dialpad()
...
@@ -89,13 +89,13 @@ create_dialpad()
gtk_table_attach
(
GTK_TABLE
(
table
),
button
,
2
,
3
,
2
,
3
,
GTK_EXPAND
|
GTK_FILL
,
GTK_EXPAND
|
GTK_FILL
,
0
,
0
);
gtk_table_attach
(
GTK_TABLE
(
table
),
button
,
2
,
3
,
2
,
3
,
GTK_EXPAND
|
GTK_FILL
,
GTK_EXPAND
|
GTK_FILL
,
0
,
0
);
button
=
get_numpad_button
(
"
#
"
,
FALSE
,
""
);
button
=
get_numpad_button
(
"
*
"
,
FALSE
,
""
);
gtk_table_attach
(
GTK_TABLE
(
table
),
button
,
0
,
1
,
3
,
4
,
GTK_EXPAND
|
GTK_FILL
,
GTK_EXPAND
|
GTK_FILL
,
0
,
0
);
gtk_table_attach
(
GTK_TABLE
(
table
),
button
,
0
,
1
,
3
,
4
,
GTK_EXPAND
|
GTK_FILL
,
GTK_EXPAND
|
GTK_FILL
,
0
,
0
);
button
=
get_numpad_button
(
"0"
,
FALSE
,
""
);
button
=
get_numpad_button
(
"0"
,
FALSE
,
""
);
gtk_table_attach
(
GTK_TABLE
(
table
),
button
,
1
,
2
,
3
,
4
,
GTK_EXPAND
|
GTK_FILL
,
GTK_EXPAND
|
GTK_FILL
,
0
,
0
);
gtk_table_attach
(
GTK_TABLE
(
table
),
button
,
1
,
2
,
3
,
4
,
GTK_EXPAND
|
GTK_FILL
,
GTK_EXPAND
|
GTK_FILL
,
0
,
0
);
button
=
get_numpad_button
(
"
*
"
,
FALSE
,
""
);
button
=
get_numpad_button
(
"
#
"
,
FALSE
,
""
);
gtk_table_attach
(
GTK_TABLE
(
table
),
button
,
2
,
3
,
3
,
4
,
GTK_EXPAND
|
GTK_FILL
,
GTK_EXPAND
|
GTK_FILL
,
0
,
0
);
gtk_table_attach
(
GTK_TABLE
(
table
),
button
,
2
,
3
,
3
,
4
,
GTK_EXPAND
|
GTK_FILL
,
GTK_EXPAND
|
GTK_FILL
,
0
,
0
);
return
table
;
return
table
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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