[Bug 349948] Re: Text is cut off in popup indicating safe to remove media

2009-04-22 Thread Sebastien Bacher
to build using gcc example.c -o example `pkg-config --cflags --libs gtk+-2.0` ** Attachment added: small gtk example http://launchpadlibrarian.net/25849923/example.c -- Text is cut off in popup indicating safe to remove media https://bugs.launchpad.net/bugs/349948 You received this bug

[Bug 349948] Re: Text is cut off in popup indicating safe to remove media

2009-04-22 Thread Sebastien Bacher
the issue seems similar to bug #20096, the label doesn't rewrap after update -- Text is cut off in popup indicating safe to remove media https://bugs.launchpad.net/bugs/349948 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+2.0 in

[Bug 349948] Re: Text is cut off in popup indicating safe to remove media

2009-04-22 Thread Sebastien Bacher
** Changed in: gtk+2.0 (Ubuntu) Importance: Undecided = Low ** Changed in: gtk+2.0 (Ubuntu) Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs) -- Text is cut off in popup indicating safe to remove media https://bugs.launchpad.net/bugs/349948 You received this bug notification

[Bug 349948] Re: Text is cut off in popup indicating safe to remove media

2009-04-22 Thread Cody Russell
The problem is that it shouldn't be using gtk_window_get_size() this way. It's not a very reliable way to get the size, especially the it's being used here since the mainloop hasn't even been hit yet and the window doesn't exist yet. The most reliable way to do this will be to get the size from

[Bug 349948] Re: Text is cut off in popup indicating safe to remove media

2009-04-22 Thread Sebastien Bacher
Thanks Cody, reassigning to gnome-mount ** Package changed: gtk+2.0 (Ubuntu) = gnome-mount (Ubuntu) -- Text is cut off in popup indicating safe to remove media https://bugs.launchpad.net/bugs/349948 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a

[Bug 349948] Re: Text is cut off in popup indicating safe to remove media

2009-04-22 Thread Martin Pitt
** Changed in: gnome-mount (Ubuntu) Status: New = Triaged ** Changed in: gnome-mount (Ubuntu) Assignee: Ubuntu Desktop Bugs (desktop-bugs) = Martin Pitt (pitti) -- Text is cut off in popup indicating safe to remove media https://bugs.launchpad.net/bugs/349948 You received this bug

[Bug 349948] Re: Text is cut off in popup indicating safe to remove media

2009-04-09 Thread Martin Pitt
The label is correctly configured to word-wrap, and it indeed works for most strings. It just occasionally happens with some strings. Unfortunately I wasn't able to produce a small reproducer for this yet. ** Package changed: gnome-mount (Ubuntu) = gtk+2.0 (Ubuntu) -- Text is cut off in popup