comparison src/dialogs.c @ 338:9d258a0aa560

[gaim-migrate @ 348] Whoa, all kinds of things happened here. The applet looks better. The preferences dialog changes based on your compile-time options (oscar, gnome). Whispering works again. libfaim got updated; it can almost do RVOUS stuff, and hopefully soon can make requests too. The applet doesn't need to have its sounds go through GNOME, although it still can. There is code to facilitate SOCKS5 support (all that needs to be done is to actually write the code to communicate with the proxy server). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 06 Jun 2000 09:55:30 +0000
parents f5b199e20d12
children b402a23f35df
comparison
equal deleted inserted replaced
337:f5b199e20d12 338:9d258a0aa560
582 582
583 if (ee == 0) 583 if (ee == 0)
584 label = gtk_label_new("Amazing! Simply Amazing!"); 584 label = gtk_label_new("Amazing! Simply Amazing!");
585 else if (ee == 1) 585 else if (ee == 1)
586 label = gtk_label_new("Pimpin\' Penguin Style! *Waddle Waddle*"); 586 label = gtk_label_new("Pimpin\' Penguin Style! *Waddle Waddle*");
587 else if (ee == 2)
588 label = gtk_label_new("You should be me. I'm so cute!");
587 else 589 else
588 label = gtk_label_new("You should be me. I'm so cute!"); 590 label = gtk_label_new("Now that's what I like!");
589 591
590 gtk_widget_show(label); 592 gtk_widget_show(label);
591 gtk_widget_show(ok); 593 gtk_widget_show(ok);
592 594
593 gtk_box_pack_start(GTK_BOX(box), label, TRUE, TRUE, 10); 595 gtk_box_pack_start(GTK_BOX(box), label, TRUE, TRUE, 10);