Bug 69472 - default_icon error on GnomeApp
Summary: default_icon error on GnomeApp
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: pygtk2
Version: 8.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Matt Wilson
QA Contact:
URL:
Whiteboard:
: 67888 (view as bug list)
Depends On:
Blocks: 67218 67888 79578 79579
TreeView+ depends on / blocked
 
Reported: 2002-07-22 19:06 UTC by Daniel Walsh
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-02-07 13:53:51 UTC
Embargoed:


Attachments (Terms of Use)

Description Daniel Walsh 2002-07-22 19:06:45 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020607

Description of problem:
(redhat-config-services:8393): GLib-GObject-WARNING **: gobject.c:918: object
class `GnomeProgram' has no property named `default-icon'

Is displayed on all GnomeApps.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.run glade-2
2.create a GnomeApp
3.Save the Application
Write a python script like the following
import signal
import sys
import gtk
import gnome
import gnome.ui
gnome.program_init("redhat-config-services", "0.1")
import gtk.glade
import os
import string
xml = gtk.glade.XML("/tmp/project1.glade", None, domain="abcd")

Run the script.

Actual Results:  (redhat-config-services:8393): GLib-GObject-WARNING **:
gobject.c:918: object class `GnomeProgram' has no property named `default-icon'

Expected Results:  No error message

Additional info:

Comment 1 Preston Brown 2002-08-21 16:47:07 UTC
*** Bug 67888 has been marked as a duplicate of this bug. ***

Comment 2 Matt Wilson 2003-02-03 22:51:42 UTC
fixed in newer gnome-python.


Comment 3 Jay Turner 2003-02-07 13:53:51 UTC
No longer seeing this issue with gnome-python2-1.99.14-3.


Note You need to log in before you can comment on or make changes to this bug.