Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
squeekboard
Commits
267f983c
Commit
267f983c
authored
Feb 22, 2011
by
Daiki Ueno
Browse files
Fix window title and icon.
parent
50e9f318
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server-context.c
View file @
267f983c
...
...
@@ -212,7 +212,8 @@ update_widget (ServerContext *context)
gtk_widget_set_can_focus
(
context
->
window
,
FALSE
);
g_object_set
(
G_OBJECT
(
context
->
window
),
"accept_focus"
,
FALSE
,
NULL
);
gtk_window_set_title
(
GTK_WINDOW
(
context
->
window
),
"Context"
);
gtk_window_set_title
(
GTK_WINDOW
(
context
->
window
),
"Keyboard"
);
gtk_window_set_icon_name
(
GTK_WINDOW
(
context
->
window
),
"input-keyboard"
);
gtk_window_set_keep_above
(
GTK_WINDOW
(
context
->
window
),
TRUE
);
screen
=
gdk_screen_get_default
();
...
...
Write
Preview
Markdown
is supported
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