diff --git a/plugins/gtkgui/gtkgui.glade b/plugins/gtkgui/gtkgui.glade index eb493859f..d1fb0655a 100644 --- a/plugins/gtkgui/gtkgui.glade +++ b/plugins/gtkgui/gtkgui.glade @@ -657,7 +657,7 @@ - + True Accounts GTK_WINDOW_TOPLEVEL @@ -690,7 +690,7 @@ GTK_CORNER_TOP_LEFT - + True True True @@ -860,7 +860,7 @@ - + True About GTK_WINDOW_TOPLEVEL @@ -3714,7 +3714,7 @@ on the server as a vCard True - Icon Style: + Icon style: False False GTK_JUSTIFY_LEFT @@ -3798,7 +3798,7 @@ on the server as a vCard True - Incoming Message: + Incoming message: False False GTK_JUSTIFY_CENTER @@ -3822,7 +3822,7 @@ on the server as a vCard True - Outgoing Message: + Outgoing message: False False GTK_JUSTIFY_CENTER @@ -3846,7 +3846,7 @@ on the server as a vCard True - Status Message: + Status message: False False GTK_JUSTIFY_CENTER @@ -4351,7 +4351,7 @@ on the server as a vCard True True - Use Emoticons + Use emoticons True GTK_RELIEF_NORMAL True @@ -4846,7 +4846,7 @@ on the server as a vCard True True - Auto Away After + Auto away after True GTK_RELIEF_NORMAL True @@ -4869,7 +4869,7 @@ on the server as a vCard True True - Auto eXtanded Away After + Auto eXtended away after True GTK_RELIEF_NORMAL True @@ -5254,16 +5254,248 @@ on the server as a vCard 5 - + True - True - Log presences in user's log file - True - GTK_RELIEF_NORMAL - True - False - False - True + 0 + 0.5 + GTK_SHADOW_NONE + + + + True + 0.5 + 0.5 + 1 + 1 + 0 + 0 + 12 + 0 + + + + True + False + 2 + + + + True + False + 0 + + + + True + Open with: + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + KDE default applications +GNOME default applications +Custom + + + 0 + True + True + + + + + 0 + True + True + + + + + + True + 0 + 0.5 + GTK_SHADOW_NONE + + + + True + 0.5 + 0.5 + 1 + 1 + 0 + 0 + 12 + 0 + + + + True + 2 + 2 + False + 0 + 0 + + + + True + Browser + False + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + 1 + 0 + 1 + fill + + + + + + + True + Mail App + False + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + 1 + 1 + 2 + fill + + + + + + + True + True + True + True + 0 + + True + * + False + + + 1 + 2 + 0 + 1 + + + + + + + True + True + True + True + 0 + + True + * + False + + + 1 + 2 + 1 + 2 + + + + + + + + + + + True + <b>Custom Applications</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + label_item + + + + + 0 + True + True + + + + + + + + + + True + <b>Links</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + label_item + + 0 @@ -5273,23 +5505,101 @@ on the server as a vCard - + True - True - Log presences in an external file - True - GTK_RELIEF_NORMAL - True - False - False - True + 0 + 0.5 + GTK_SHADOW_NONE + + + + True + 0.5 + 0.5 + 1 + 1 + 0 + 0 + 12 + 0 + + + + True + False + 0 + + + + True + True + Log presences in user's log file + True + GTK_RELIEF_NORMAL + True + False + False + True + + + 0 + False + False + + + + + + True + True + Log presences in an external file + True + GTK_RELIEF_NORMAL + True + False + False + True + + + 0 + False + False + + + + + + + + + + True + <b>Log</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + label_item + + 0 False - False + True + + + + False @@ -5306,7 +5616,7 @@ on the server as a vCard True - gtk-justify-fill + gtk-preferences 4 0.5 0.5 @@ -5323,7 +5633,7 @@ on the server as a vCard True - Log + Advanced False False GTK_JUSTIFY_LEFT diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py index 0392a7a53..ff0ba6230 100644 --- a/plugins/gtkgui/gtkgui.py +++ b/plugins/gtkgui/gtkgui.py @@ -52,11 +52,18 @@ if __name__ == "__main__": import pygtk pygtk.require('2.0') import gtk -from gtk import TRUE, FALSE -import gtk.glade,gobject -import os,string,time,Queue, sys -import common.optparser,common.sleepy +import gtk.glade +import gobject +import os +import string +import time +import Queue +import sys +import common.optparser +import common.sleepy + from common import i18n + _ = i18n._ APP = i18n.APP gtk.glade.bindtextdomain (APP, i18n.DIR) @@ -75,7 +82,7 @@ class ImageCellRenderer(gtk.GenericCellRenderer): "image": (gobject.TYPE_OBJECT, "Image", "Image", gobject.PARAM_READWRITE), } - + def __init__(self): self.__gobject_init__() self.image = None