[gpodder-devel] Strange behavior of column resize in "New episodes available" dialog

  • From: nanorobocop at gmail.com (Mansur Marvanov)
  • Date: Wed, 25 Jun 2008 15:02:46 +0400

Hello!

I try to resize column in dialog "New episodes available".

When I touch and move right border of column - left border moves
instead in reversed direction. Very inconveniently.

And if the moved border go out of window border - there's console
errors appears:

  gtk.main()
/usr/lib/python2.5/site-packages/gpodder/SimpleGladeApp.py:299:
GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget
with width -89 and height 27
  gtk.main()
/usr/lib/python2.5/site-packages/gpodder/SimpleGladeApp.py:299:
GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget
with width -66 and height 27
  gtk.main()
/usr/lib/python2.5/site-packages/gpodder/SimpleGladeApp.py:299:
GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget
with width -41 and height 27
  gtk.main()
/usr/lib/python2.5/site-packages/gpodder/SimpleGladeApp.py:299:
GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget
with width -15 and height 27
  gtk.main()
/usr/lib/python2.5/site-packages/gpodder/SimpleGladeApp.py:299:
GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget
with width -22 and height 27
  gtk.main()
/usr/lib/python2.5/site-packages/gpodder/SimpleGladeApp.py:299:
GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget
with width -52 and height 27

OS: Ubuntu 8.04
gPodder: 0.13.3+svn (last record in changelog Thu, 19 Jun 2008 10:50:11 +0200)


Other related posts:

  • » [gpodder-devel] Strange behavior of column resize in "New episodes available" dialog - Mansur Marvanov