Mercurial > pidgin
comparison src/dialogs.c @ 3320:26130b6a04db
[gaim-migrate @ 3338]
Added Mozilla as a browser, and changed KFM to Konqueror.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Mon, 17 Jun 2002 00:10:34 +0000 |
| parents | 3a05fcb133c4 |
| children | a6367446950d |
comparison
equal
deleted
inserted
replaced
| 3319:3a05fcb133c4 | 3320:26130b6a04db |
|---|---|
| 4283 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); | 4283 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
| 4284 | 4284 |
| 4285 button_box = gtk_hbox_new(FALSE, 0); | 4285 button_box = gtk_hbox_new(FALSE, 0); |
| 4286 gtk_container_add(GTK_CONTAINER(button), button_box); | 4286 gtk_container_add(GTK_CONTAINER(button), button_box); |
| 4287 | 4287 |
| 4288 button_box_2 = gtk_vbox_new(TRUE, 0); | 4288 button_box_2 = gtk_vbox_new(FALSE, 0); |
| 4289 | 4289 |
| 4290 gtk_box_pack_start(GTK_BOX(button_box), button_box_2, FALSE, FALSE, 0); | 4290 gtk_box_pack_start(GTK_BOX(button_box), button_box_2, TRUE, TRUE, 0); |
| 4291 gtk_widget_show(button_box_2); | 4291 gtk_widget_show(button_box_2); |
| 4292 gtk_widget_show(button_box); | 4292 gtk_widget_show(button_box); |
| 4293 if (dispstyle == 2 || dispstyle == 0) { | 4293 if (dispstyle == 2 || dispstyle == 0) { |
| 4294 pm = gdk_pixmap_create_from_xpm_d(window->window, &mask, NULL, xpm); | 4294 pm = gdk_pixmap_create_from_xpm_d(window->window, &mask, NULL, xpm); |
| 4295 pixmap = gtk_pixmap_new(pm, mask); | 4295 pixmap = gtk_pixmap_new(pm, mask); |
