Remove useless comment about applying settings only when libvte.so could be loaded which is only displayed *if* libvte.so is loaded.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4412 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
8d02000e96
commit
03f92c92f5
@ -1,3 +1,10 @@
|
||||
2009-11-09 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
|
||||
* src/vte.c:
|
||||
Remove useless comment about applying settings only when libvte.so
|
||||
could be loaded which is only displayed *if* libvte.so is loaded.
|
||||
|
||||
|
||||
2009-11-07 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
|
||||
* tagmanager/c.c:
|
||||
|
@ -726,12 +726,6 @@ void vte_append_preferences_tab(void)
|
||||
label = gtk_label_new(_("Terminal"));
|
||||
vte_prefs_tab_num = gtk_notebook_append_page(GTK_NOTEBOOK(notebook), frame, label);
|
||||
|
||||
label = geany_wrap_label_new(_("These settings for the virtual terminal emulator widget (VTE) only apply if the VTE library could be loaded."));
|
||||
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 6);
|
||||
gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_FILL);
|
||||
gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
|
||||
gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
|
||||
|
||||
table = gtk_table_new(6, 2, FALSE);
|
||||
gtk_box_pack_start(GTK_BOX(vbox), table, FALSE, FALSE, 0);
|
||||
gtk_table_set_row_spacings(GTK_TABLE(table), 3);
|
||||
|
Loading…
x
Reference in New Issue
Block a user