tint2conf : add unused code
git-svn-id: http://tint2.googlecode.com/svn/trunk@509 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
7fdcd2fbc9
commit
6dc42dbec8
2 changed files with 800 additions and 124 deletions
|
@ -164,11 +164,10 @@ int main (int argc, char ** argv)
|
||||||
// load themes
|
// load themes
|
||||||
load_theme(g_theme_view);
|
load_theme(g_theme_view);
|
||||||
|
|
||||||
/* temporaire !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
/* temporaire !!!!!!!!!!!!!!
|
||||||
GtkWidget *prop;
|
GtkWidget *prop = create_properties();
|
||||||
prop = create_properties();
|
|
||||||
gtk_window_present(GTK_WINDOW(prop));
|
gtk_window_present(GTK_WINDOW(prop));
|
||||||
*/
|
//*/
|
||||||
gtk_widget_show_all(g_window);
|
gtk_widget_show_all(g_window);
|
||||||
gtk_main ();
|
gtk_main ();
|
||||||
return 0;
|
return 0;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue