mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 20:15:30 +00:00
Revert my last patch.
svn path=/trunk/gtk-sharp/; revision=6495
This commit is contained in:
parent
56df396225
commit
54dfc5bc93
|
@ -1,7 +1,3 @@
|
||||||
2002-08-07 Duncan Mak <duncan@ximian.com>
|
|
||||||
|
|
||||||
* TestRange.cs (Close_Button): Remember to set our RetVal.
|
|
||||||
|
|
||||||
2002-07-31 Duncan Mak <duncan@ximian.com>
|
2002-07-31 Duncan Mak <duncan@ximian.com>
|
||||||
|
|
||||||
* *.cs: Flush. Made it use Stock buttons instead of just a plain
|
* *.cs: Flush. Made it use Stock buttons instead of just a plain
|
||||||
|
|
|
@ -89,7 +89,6 @@ namespace WidgetViewer {
|
||||||
static void Close_Button (object o, EventArgs args)
|
static void Close_Button (object o, EventArgs args)
|
||||||
{
|
{
|
||||||
window.Destroy ();
|
window.Destroy ();
|
||||||
((SignalArgs)args).RetVal = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void reformat_value (object o, FormatValueArgs args)
|
static void reformat_value (object o, FormatValueArgs args)
|
||||||
|
|
Loading…
Reference in a new issue