Fixed name
This commit is contained in:
parent
ba471084da
commit
8ee0fe53e6
2 changed files with 4 additions and 3 deletions
|
@ -18,8 +18,9 @@
|
||||||
<widget class="GtkLabel" id="label1">
|
<widget class="GtkLabel" id="label1">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
|
<property name="xalign">0.41999998688697815</property>
|
||||||
<property name="ypad">7</property>
|
<property name="ypad">7</property>
|
||||||
<property name="label" translatable="yes"><span size="x-large">GGS-Pong</span></property>
|
<property name="label" translatable="yes"><span size="x-large">GGS Tic Tac Toe</span></property>
|
||||||
<property name="use_markup">True</property>
|
<property name="use_markup">True</property>
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
<packing>
|
||||||
|
|
|
@ -145,7 +145,7 @@ class GGSTTT:
|
||||||
message.destroy()
|
message.destroy()
|
||||||
elif resp == gtk.RESPONSE_OK:
|
elif resp == gtk.RESPONSE_OK:
|
||||||
print "new game"
|
print "new game"
|
||||||
self.s.send("Game-Command: new\n" +
|
self.s.send("Game-Command: new\n" +
|
||||||
"Content-Type: text\n" +
|
"Content-Type: text\n" +
|
||||||
"Content-Length: 0\n"+
|
"Content-Length: 0\n"+
|
||||||
"\n")
|
"\n")
|
||||||
|
@ -160,7 +160,7 @@ class GGSTTT:
|
||||||
message.destroy()
|
message.destroy()
|
||||||
elif resp == gtk.RESPONSE_OK:
|
elif resp == gtk.RESPONSE_OK:
|
||||||
print "new game"
|
print "new game"
|
||||||
self.s.send("Game-Command: new\n" +
|
self.s.send("Game-Command: new\n" +
|
||||||
"Content-Type: text\n" +
|
"Content-Type: text\n" +
|
||||||
"Content-Length: 0\n"+
|
"Content-Length: 0\n"+
|
||||||
"\n")
|
"\n")
|
||||||
|
|
Reference in a new issue