Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Eye of GNOME Eye of GNOME
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 104
    • Issues 104
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • Eye of GNOMEEye of GNOME
  • Merge requests
  • !134

EogWindow: Set window title additionally through GTK+ API

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Felix Riemann requested to merge friemann/fix-window-title into master Jun 21, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

As HdyHeaderBar doesn't react to calls to gtk_window_set_title we changed these calls to hdy_header_bar_set_title instead. But that didn't forward these calls to the window manager which would only show the application name for all windows.

This now calls both functions to keep the windows title in sync for both, the headerbar and the window manager.

Fixes #244 (closed).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: friemann/fix-window-title