update source code for new glade file
This commit is contained in:
parent
a22069da5d
commit
ef0373e45d
1 changed files with 2 additions and 2 deletions
|
@ -513,7 +513,7 @@ class ChangeMoodDialog:
|
||||||
self.mood_buttons[mood].set_tooltip_text(pep.MOODS[mood])
|
self.mood_buttons[mood].set_tooltip_text(pep.MOODS[mood])
|
||||||
self.mood_buttons[mood].connect('clicked',
|
self.mood_buttons[mood].connect('clicked',
|
||||||
self.on_mood_button_clicked, mood)
|
self.on_mood_button_clicked, mood)
|
||||||
table.attach(self.mood_buttons[mood], x, x + 1, y, y + 1)
|
table.attach(self.mood_buttons[mood], x, y, 1, 1)
|
||||||
|
|
||||||
# Calculate the next position
|
# Calculate the next position
|
||||||
x += 1
|
x += 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue