gbrainy r398 - trunk/src
- From: jmas svn gnome org
- To: svn-commits-list gnome org
- Subject: gbrainy r398 - trunk/src
- Date: Tue, 29 Jul 2008 18:45:57 +0000 (UTC)
Author: jmas
Date: Tue Jul 29 18:45:56 2008
New Revision: 398
URL: http://svn.gnome.org/viewvc/gbrainy?rev=398&view=rev
Log:
Fixes label name
Modified:
trunk/src/GameDrawingArea.cs
trunk/src/gbrainy.glade
Modified: trunk/src/GameDrawingArea.cs
==============================================================================
--- trunk/src/GameDrawingArea.cs (original)
+++ trunk/src/GameDrawingArea.cs Tue Jul 29 18:45:56 2008
@@ -271,6 +271,8 @@
if(!IsRealized)
return false;
+ Console.WriteLine ("Expose");
+
int w, h, nw, nh;
double x = 0, y = 0;
args.Window.GetSize (out w, out h);
Modified: trunk/src/gbrainy.glade
==============================================================================
--- trunk/src/gbrainy.glade (original)
+++ trunk/src/gbrainy.glade Tue Jul 29 18:45:56 2008
@@ -349,7 +349,7 @@
<property name="column_spacing">5</property>
<child>
- <widget class="GtkLabel" id="label_answser">
+ <widget class="GtkLabel" id="label_answer">
<property name="visible">True</property>
<property name="label" translatable="yes">Answer:</property>
<property name="use_underline">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]