2003-05-27 Rachel Hestilow <rachel@nullenvoid.com>
* sample/ManagedTreeViewDemo.cs: Remove debugging cruft. * gconf/.cvsignore, gconf/GConf/.cvsignore, gconf/GConf.PropertyEditors/.cvsignore, gconf/tools/.cvsignore, sample/gconf/.cvsignore, sample/rsvg/.cvsignore: Added. * .cvsignore, parser/.cvsignore: Update. svn path=/trunk/gtk-sharp/; revision=14923
This commit is contained in:
parent
0b60ffe89f
commit
037c9e8255
10 changed files with 24 additions and 3 deletions
|
@ -7,4 +7,7 @@ ltconfig
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
stamp*
|
stamp*
|
||||||
configure
|
configure
|
||||||
|
Makefile
|
||||||
|
*.cache
|
||||||
|
*.pc
|
||||||
|
|
||||||
|
|
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
||||||
|
2003-05-27 Rachel Hestilow <rachel@nullenvoid.com>
|
||||||
|
|
||||||
|
* sample/ManagedTreeViewDemo.cs: Remove debugging cruft.
|
||||||
|
|
||||||
|
* gconf/.cvsignore, gconf/GConf/.cvsignore,
|
||||||
|
gconf/GConf.PropertyEditors/.cvsignore,
|
||||||
|
gconf/tools/.cvsignore, sample/gconf/.cvsignore,
|
||||||
|
sample/rsvg/.cvsignore: Added.
|
||||||
|
* .cvsignore, parser/.cvsignore: Update.
|
||||||
|
|
||||||
2003-05-27 Rachel Hestilow <rachel@nullenvoid.com>
|
2003-05-27 Rachel Hestilow <rachel@nullenvoid.com>
|
||||||
|
|
||||||
* gconf/GConf/ChangeSet.cs, Client.cs: Change SetValue
|
* gconf/GConf/ChangeSet.cs, Client.cs: Change SetValue
|
||||||
|
|
1
gconf/.cvsignore
Normal file
1
gconf/.cvsignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Makefile
|
2
gconf/GConf.PropertyEditors/.cvsignore
Normal file
2
gconf/GConf.PropertyEditors/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Makefile
|
||||||
|
*.dll
|
2
gconf/GConf/.cvsignore
Normal file
2
gconf/GConf/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Makefile
|
||||||
|
*.dll
|
3
gconf/tools/.cvsignore
Normal file
3
gconf/tools/.cvsignore
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Makefile
|
||||||
|
gconfsharp-schemagen
|
||||||
|
*.exe
|
|
@ -1,3 +1,4 @@
|
||||||
Makefile
|
Makefile
|
||||||
gapi_format_xml
|
gapi_format_xml
|
||||||
|
*.pc
|
||||||
|
|
||||||
|
|
|
@ -46,9 +46,6 @@ namespace GtkSamples {
|
||||||
((CellRendererText) cell).Text = val.b;
|
((CellRendererText) cell).Text = val.b;
|
||||||
}
|
}
|
||||||
|
|
||||||
[DllImport("gtk-x11-2.0")]
|
|
||||||
static extern void gtk_init (ref int argc, ref String[] argv);
|
|
||||||
|
|
||||||
public static void Main (string[] args)
|
public static void Main (string[] args)
|
||||||
{
|
{
|
||||||
Application.Init ();
|
Application.Init ();
|
||||||
|
|
1
sample/gconf/.cvsignore
Normal file
1
sample/gconf/.cvsignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Settings.cs
|
1
sample/rsvg/.cvsignore
Normal file
1
sample/rsvg/.cvsignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Makefile
|
Loading…
Add table
Reference in a new issue