pidgin/gtklog.c

branch
cpw.qulogic.gtk3
changeset 32912
6f4a4f8ad117
parent 32520
93814958369f
child 32981
19e0299e7d2d
child 33132
24afd2b22579
equal deleted inserted replaced
32911:0c043a82aac2 32912:6f4a4f8ad117
573 #ifdef _WIN32 573 #ifdef _WIN32
574 /* Steal the "HELP" response and use it to trigger browsing to the logs folder */ 574 /* Steal the "HELP" response and use it to trigger browsing to the logs folder */
575 gtk_dialog_add_button(GTK_DIALOG(lv->window), _("_Browse logs folder"), GTK_RESPONSE_HELP); 575 gtk_dialog_add_button(GTK_DIALOG(lv->window), _("_Browse logs folder"), GTK_RESPONSE_HELP);
576 #endif 576 #endif
577 gtk_container_set_border_width (GTK_CONTAINER(lv->window), PIDGIN_HIG_BOX_SPACE); 577 gtk_container_set_border_width (GTK_CONTAINER(lv->window), PIDGIN_HIG_BOX_SPACE);
578 #if !GTK_CHECK_VERSION(2,22,0)
578 gtk_dialog_set_has_separator(GTK_DIALOG(lv->window), FALSE); 579 gtk_dialog_set_has_separator(GTK_DIALOG(lv->window), FALSE);
580 #endif
579 gtk_box_set_spacing(GTK_BOX(GTK_DIALOG(lv->window)->vbox), 0); 581 gtk_box_set_spacing(GTK_BOX(GTK_DIALOG(lv->window)->vbox), 0);
580 g_signal_connect(G_OBJECT(lv->window), "response", 582 g_signal_connect(G_OBJECT(lv->window), "response",
581 G_CALLBACK(destroy_cb), ht); 583 G_CALLBACK(destroy_cb), ht);
582 gtk_window_set_role(GTK_WINDOW(lv->window), "log_viewer"); 584 gtk_window_set_role(GTK_WINDOW(lv->window), "log_viewer");
583 585

mercurial