Changeset 662:fffcc453369d in mediastreamer2
- Timestamp:
- Sep 11, 2009 10:05:07 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/gtk-glade/main.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linphone/gtk-glade/main.c
r660 r662 77 77 static gboolean auto_answer = 0; 78 78 static gchar * addr_to_call = NULL; 79 static gboolean iconified=FALSE; 80 79 81 static GOptionEntry linphone_options[]={ 80 82 { … … 84 86 .arg_data= (gpointer)&verbose, 85 87 .description=N_("log to stdout some debug information while running.") 88 }, 89 { 90 .long_name="iconified", 91 .short_name= '\0', 92 .arg=G_OPTION_ARG_NONE, 93 .arg_data= (gpointer)&iconified, 94 .description=N_("Start only in the system tray, do not show the main interface.") 86 95 }, 87 96 { /* zsd addition */ … … 1130 1139 linphone_gtk_init_main_window(); 1131 1140 linphone_gtk_init_status_icon(); 1132 linphone_gtk_show_main_window(); 1141 if (!iconified) 1142 linphone_gtk_show_main_window(); 1133 1143 linphone_gtk_check_for_new_version(); 1134 1144
Note: See TracChangeset
for help on using the changeset viewer.
