shell: Remove extraneous gtk_window_set_title() call
As the window title doesn't change anymore.
This commit is contained in:
parent
9f9b4fcb18
commit
4edf2ed16f
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue