From f482dde70ada779972557e200d1fc027419d9d24 Mon Sep 17 00:00:00 2001 From: Ignacio Rodríguez Date: Tue, 07 May 2013 17:59:26 +0000 Subject: Conflictos en Widgets.py, se agrega MainPaned.py --- diff --git a/Widgets.py b/Widgets.py index 078cf50..f116e34 100644 --- a/Widgets.py +++ b/Widgets.py @@ -10,7 +10,6 @@ from gi.repository import GdkPixbuf from gi.repository import GObject import Globales as G - def get_pixbuf(path, x=None, y=None): if x is None or y is None: pixbuf = GdkPixbuf.Pixbuf.new_from_file(path) @@ -80,9 +79,3 @@ class Toolbar(Gtk.Toolbar): def __recargar(self, widget): pass - -class MainPaned(Gtk.HPaned): - def __init__(self): - super(MainPaned, self).__init__() - - self.show_all() -- cgit v0.9.1