gtk-bugs item #1439164, was opened at 2006-02-26 14:46
Message generated for change (Settings changed) made by lschiere
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=680472&aid=1439164&group_id=235

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Noah Richards (omegahamlet)
Assigned to: Daniel Atallah (datallah)
Summary: New conversation windows spawn underneath taskbar

Initial Comment:
Gaim version: 2.0.0beta2
Platform: Windows (XP)
Steps to Reproduce:
 1) Place taskbar on top of screen
 2) Start gaim
 3) Open new conversation window
    Window now appears partially obscured by taskbar.
 
In windows, if the taskbar is placed at the top of the
screen, new conversation windows spawn at 0,0, which is
underneath the taskbar.  This is actually more of an
issue with gtk on windows, but it would be nice if gaim
would work around this.  It could be fixed (I believe)
by placing a call to gtk_window_set_position in gtconv.c:

Add (somewhere after gtk_window_new in GaimGtkWindow *
gaim_gtk_conv_window_new()):
gtk_window_set_position(GTK_WINDOW(win->window),
GTK_WIN_POS_CENTER);

This will position new windows in the center of the
screen.  Possibly not what the desired outcome is, but
it would at least keep the window from being covered by
a taskbar on the top or left-hand side of the screen.

----------------------------------------------------------------------

Comment By: Daniel Atallah (datallah)
Date: 2006-02-27 09:46

Message:
Logged In: YES 
user_id=325843

This is not a Gaim bug, but a bug in GTK+, the widget toolkit
used by Gaim.  Your bug is being moved to our "gtk bugs" tracker,
where it will be grouped with similar bugs.  When we know a gtk
bug number for this issue, your group number will reflect it. 

----------------------------------------------------------------------

Comment By: Daniel Atallah (datallah)
Date: 2006-02-27 09:46

Message:
Logged In: YES 
user_id=325843

There is a plugin in the plugin tracker that contains a
workaround to this.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=680472&aid=1439164&group_id=235

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Gaim-gtk-bugs mailing list
Gaim-gtk-bugs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gaim-gtk-bugs

Reply via email to