Corrected a debugging statement.

pull/17/head
Christian Jacobs 2013-09-14 22:19:33 +01:00
rodzic e8c1fafbcc
commit 42a849aa4c
2 zmienionych plików z 2 dodań i 5 usunięć

Wyświetl plik

@ -30,8 +30,6 @@ from log import *
from log_name_dialog import *
from auxiliary_dialogs import *
#import Hamlib
class Logbook(Gtk.Notebook):
""" A Logbook object can store multiple Log objects. """

Wyświetl plik

@ -24,11 +24,10 @@ import logging
class Toolbar(Gtk.HBox):
def __init__(self, parent):
logging.debug("New Toolbar instance created!")
logging.debug("Setting up the toolbar...")
Gtk.HBox.__init__(self, spacing=2)
logging.debug("Setting up the toolbar...")
self.buttons = {}
# Create/open logbook