src/prefs.c

changeset 340
d2d7e1b4e088
parent 338
21c93bc7ae83
child 349
6f7d28b0f98d
equal deleted inserted replaced
339:24cd3a29113f 340:d2d7e1b4e088
308 GtkWidget *idleframe; 308 GtkWidget *idleframe;
309 GtkWidget *genbox; 309 GtkWidget *genbox;
310 GtkWidget *fontbox; 310 GtkWidget *fontbox;
311 GtkWidget *fontframe; 311 GtkWidget *fontframe;
312 GtkWidget *appbox; 312 GtkWidget *appbox;
313 GtkWidget *appletbox;
314 GtkWidget *away_topbox; 313 GtkWidget *away_topbox;
315 GtkWidget *away_botbox; 314 GtkWidget *away_botbox;
316 GtkWidget *add_away; 315 GtkWidget *add_away;
317 GtkWidget *remove_away; 316 GtkWidget *remove_away;
318 GtkWidget *close; 317 GtkWidget *close;
327 the connection */ 326 the connection */
328 GtkWidget *connection_page; 327 GtkWidget *connection_page;
329 #endif 328 #endif
330 #ifdef USE_APPLET 329 #ifdef USE_APPLET
331 GtkWidget *applet_page; 330 GtkWidget *applet_page;
331 GtkWidget *appletbox;
332 #endif 332 #endif
333 GtkWidget *label; 333 GtkWidget *label;
334 GtkWidget *browseropt; 334 GtkWidget *browseropt;
335 GtkWidget *connectopt; 335 GtkWidget *connectopt;
336 GtkWidget *idleopt; 336 GtkWidget *idleopt;
436 appletbox = gtk_vbox_new(FALSE, 5); 436 appletbox = gtk_vbox_new(FALSE, 5);
437 gtk_box_pack_start(GTK_BOX(applet_page), appletbox, TRUE, TRUE, 5); 437 gtk_box_pack_start(GTK_BOX(applet_page), appletbox, TRUE, TRUE, 5);
438 438
439 gaim_button("Automatically Show Buddy List", &general_options, OPT_GEN_APP_BUDDY_SHOW, appletbox); 439 gaim_button("Automatically Show Buddy List", &general_options, OPT_GEN_APP_BUDDY_SHOW, appletbox);
440 gaim_button("Sounds go through GNOME", &sound_options, OPT_SOUND_THROUGH_GNOME, appletbox); 440 gaim_button("Sounds go through GNOME", &sound_options, OPT_SOUND_THROUGH_GNOME, appletbox);
441 gaim_button("Buddy list displays near the applet", &general_options, OPT_GEN_NEAR_APPLET, appletbox);
441 442
442 gtk_widget_show(appletbox); 443 gtk_widget_show(appletbox);
443 gtk_widget_show(applet_page); 444 gtk_widget_show(applet_page);
444 445
445 #endif 446 #endif

mercurial