After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 148992 - use short name in window list
use short name in window list
Status: RESOLVED DUPLICATE of bug 149553
Product: gedit
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
gedit QA volunteers
Depends on:
Blocks:
 
 
Reported: 2004-08-01 13:17 UTC by Paolo Borelli
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paolo Borelli 2004-08-01 13:17:56 UTC
gedit has this bit of code in gedit-mdi.c which is apparently supposed to set
the name in the window list

- if (GTK_WIDGET_REALIZED (active_window))
- { 
-  gchar *short_name;
-  
-  short_name = gedit_document_get_short_name (doc);
-  
-  gdk_window_set_icon_name (active_window->window, short_name);
-  g_free (short_name);
- }

I stumbled upon it while grepping for users of get_short_name and tried removing
it since docs says that "Most of the time this is a bad idea from a user
interface standpoint. But you can set such a name with this function, if you
like" and didn't notice any difference.

We either should remove it or investigate why it doesn't work anymore.
Comment 1 Paolo Maggi 2004-09-22 15:37:19 UTC

*** This bug has been marked as a duplicate of 149553 ***