GNOME Bugzilla – Bug 726324
No window title in the content overview (Recent or Channels)
Last modified: 2014-03-14 19:55:25 UTC
It seems that a window title isn't set when you are viewing the videos grid. This is noticeable in the Activities Overview, where you get a little blank rectangle below the window thumbnail.
It's supposed to inherit the title from the headerbar (gtk_window_set_titlebar() listens to the "::title" property, but that doesn't seem to get triggered).
commit a965f0aabd236fb7f3fac2f2abbbc7349b895f3d Author: Bastien Nocera <hadess@hadess.net> Date: Fri Mar 14 20:52:21 2014 +0100 main: Fix empty window title in some cases Store the TotemMainToolbar title and subtitle in the GtkHeaderBar instead of our own structure. This means that GtkWindow's call to gtk_header_bar_get_title() would get the correct value, and not an empty string when coming back from playing a film. https://bugzilla.gnome.org/show_bug.cgi?id=726324 commit be14cb661555d99dde05ec193fdeeec6fee43ab2 Author: Bastien Nocera <hadess@hadess.net> Date: Fri Mar 14 20:51:44 2014 +0100 main: Use the header bar to set the window title https://bugzilla.gnome.org/show_bug.cgi?id=726324