Use bonobo_arg_... functions
2001-07-02 Bradford Hovinen <hovinen@ximian.com> * capplet-dir.c (capplet_control_launch): Use bonobo_arg_... functions * main.c (main): Call capplet_control_launch if capplet was specified on CLI Use bonobo_main rather than gtk_main * capplet-dir.c (capplet_control_launch): Fix to use Bonobo_Property_setValue (capplet_activate): Support capplet_control_launch; use strlen(...) rather than hardcoding length (capplet_control_launch): Replace '-' characters with underscores Added OAF info file for experimental sound properties capplet
This commit is contained in:
parent
a72197926a
commit
cd2f26923d
7 changed files with 87 additions and 12 deletions
|
@ -42,7 +42,7 @@ static widget_desc_t widget_desc[] = {
|
|||
WD_CHECK (toolbar_relief, "toolbar_relief"),
|
||||
WD_CHECK (toolbar_relief_btn, "toolbar_relief_btn"),
|
||||
WD_CHECK (toolbar_lines, "toolbar_lines"),
|
||||
WD_CHECK (toolbar_labels, "toolbar_labels"),
|
||||
/* WD_CHECK (toolbar_labels, "toolbar_labels"), */
|
||||
WD_END
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue