mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 12:58:07 +01:00
Fix wicd-curses warnings in status bar and similar cases
Replace all occurrences of "from gi.repository import GObject as gobject" with "from gi.repository import GLib as gobject".
This commit is contained in:
@@ -39,7 +39,7 @@ class TrayIcon() -- Parent class of TrayIconGUI and IconConnectionInfo.
|
||||
|
||||
import sys
|
||||
import gtk
|
||||
from gi.repository import GObject as gobject
|
||||
from gi.repository import GLib as gobject
|
||||
import getopt
|
||||
import os
|
||||
import pango
|
||||
|
||||
Reference in New Issue
Block a user