Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
Settings
Commits
4edf2ed1
Commit
4edf2ed1
authored
Feb 18, 2013
by
Bastien Nocera
Browse files
shell: Remove extraneous gtk_window_set_title() call
As the window title doesn't change anymore.
parent
9f9b4fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
shell/cc-window.c
View file @
4edf2ed1
...
...
@@ -263,7 +263,6 @@ shell_show_overview_page (CcWindow *self)
/* reset window title and icon */
gtk_window_set_role
(
GTK_WINDOW
(
self
),
NULL
);
gtk_window_set_title
(
GTK_WINDOW
(
self
),
_
(
DEFAULT_WINDOW_TITLE
));
gd_header_bar_set_title
(
GD_HEADER_BAR
(
priv
->
header
),
NULL
);
gtk_window_set_default_icon_name
(
DEFAULT_WINDOW_ICON_NAME
);
gtk_window_set_icon_name
(
GTK_WINDOW
(
self
),
DEFAULT_WINDOW_ICON_NAME
);
...
...
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