Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#204 closed defect (wontfix)

warnings printed on GRASS startup when selecting Location and Mapset

Reported by: msieczka Owned by: martinl
Priority: minor Milestone: 6.4.0
Component: wxGUI Version: svn-develbranch6
Keywords: gtk 2.2.12 Cc: grass-dev@…
CPU: x86-64 Platform: Linux

Description

  1. start GRASS in wxgui mode
  1. select a Location or Mapset
  1. warnings are printed as you do:
(python:23457): Gtk-WARNING **: /build/buildd/gtk+2.0-2.12.9/gtk/gtkwidget.c:8547: widget class `GtkPizza' has no property named `row-ending-details'

Change History (6)

comment:1 by martinl, 16 years ago

Cc: grass-dev@… added
Keywords: gtk added
Owner: changed from grass-dev@… to martinl
Priority: majorminor
Status: newassigned

From http://article.gmane.org/gmane.comp.python.wxpython/58815

GtkPizza is the name of a custom GTK widget that wxWidgets has implemented
to help with things like wx.Panel, generic controls, etc. Apparently GTK
2.12 has added a new standard slot that wx isn't implementing yet.  It
should be safe to ignore it for now as GTK should have an appropriate
default for the property.

Confirmed with Gtk < 1.2.11 no warning.

Martin

comment:3 by martinl, 16 years ago

Can we close this tickets? I have added note to wiki-page

http://grass.osgeo.org/wiki/WxPython-based_GUI_for_GRASS#Known_issues

Martin

comment:4 by martinl, 16 years ago

Keywords: 1.2.12 added

comment:5 by msieczka, 16 years ago

Resolution: wontfix
Status: assignedclosed

OK. Closing it.

comment:6 by martinl, 16 years ago

Keywords: 2.2.12 added; 1.2.12 removed
Note: See TracTickets for help on using tickets.