Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Garcia <cristian99garcia@gmail.com>2013-05-25 22:10:52 (GMT)
committer Cristian Garcia <cristian99garcia@gmail.com>2013-05-25 22:12:24 (GMT)
commit974c5575df5219240133ee1be9b902db7eb6bc5c (patch)
tree7d02362f24a151fc81f5ec112b041c89bf399333
parent9f75d11f616b3f3a75ae0fca4cbfc7a7b9578a56 (diff)
Agregando para que se muestren el label y el boton de cerrado de la pestania
-rw-r--r--WorkPanel.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/WorkPanel.py b/WorkPanel.py
index 36eb4fc..7be2683 100644
--- a/WorkPanel.py
+++ b/WorkPanel.py
@@ -192,6 +192,8 @@ class Notebook_SourceView(Gtk.Notebook):
self.append_page(scroll, hbox)
+ label.show()
+ boton.show()
self.show_all()
class SourceView(GtkSource.View):