← Back to team overview

desktop-packages team mailing list archive

[Bug 655782] pager.set_n_rows has no effect at all

 

Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue that you reported is one that should be
reproducible with the live environment of the Desktop CD of the stable
release - Oneiric Ocelot. It would help us greatly if you could test
with it so we can work on getting it fixed. You can find out more about
it at http://www.ubuntu.com/download . Thanks again and we appreciate
your help.

** Changed in: gnome-python-desktop (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-python-desktop (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-python-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/655782

Title:
  pager.set_n_rows has no effect at all

Status in “gnome-python-desktop” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: python-wnck

  Take the followimg python script :

  
  import gtk
  import wnck
  pager = wnck.Pager(wnck.screen_get_default())
  pager.set_n_rows(2)
  window = gtk.Window()
  pager.show()
  window.add(pager)
  window.show()
  gtk.main()

  
  It displays a pager but only on one row. The set_n_rows has no effect at all (you can change the number to try). 

  More or less the same code works perfectly well in C (see
  http://bazaar.launchpad.net/~gpager/gpager/main/annotate/head:/src/gpager.c
  )

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-python-desktop/+bug/655782/+subscriptions