Bug 162839

Summary: deprecated GTK warning for system-config-date
Product: [Fedora] Fedora Reporter: Arenas Belon, Carlo Marcelo <carenas>
Component: system-config-dateAssignee: Nils Philippsen <nphilipp>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-10 06:29:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Arenas Belon, Carlo Marcelo 2005-07-10 06:23:13 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4

Description of problem:
when executing system-config-date the following is returned on the controling terminal :

/usr/share/system-config-date/mainWindow.py:155: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead
  id = gtk.timeout_add(20, lambda:1)
/usr/share/system-config-date/mainWindow.py:161: GtkDeprecationWarning: gtk.idle_remove is deprecated, use gobject.source_remove instead
  gtk.idle_remove (id)

and which is being used on the following snippet :

  #work around http://bugzilla.gnome.org/show_bug.cgi?id=72333 )-;
  id = gtk.timeout_add(20, lambda:1)
  if gtk.__dict__.has_key ("main"):
      gtk.main ()
  else:
      gtk.mainloop()
  dlg.destroy()
  gtk.idle_remove (id)



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

How reproducible:
Always

Steps to Reproduce:
1. open terminal
2. system-config-date
3.
  

Actual Results:  GTK deprecation warnings

Expected Results:  clean execution

Additional info:

Comment 1 Arenas Belon, Carlo Marcelo 2005-07-10 06:29:08 UTC

*** This bug has been marked as a duplicate of 162840 ***