Kaydet (Commit) 67ac0f18 authored tarafından Enrico Tröger's avatar Enrico Tröger

Fixed a segfault when pressing shortcut for "Find Usage" and there is no open…

Fixed a segfault when pressing shortcut for "Find Usage" and there is no open file. Removed unneeded label padding.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@460 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst e77a953d
2006-06-18 Enrico Troeger <enrico.troeger@uvena.de>
* src/keybindings.c: Fixed a segfault when pressing shortcut for
"Find Usage" and there is no open file.
* src/dialogs.c: Removed unneeded label padding.
2006-06-18 Nick Treleaven <nick.treleaven@btinternet.com>
* src/dialogs.c: Make Keyboard shortcuts dialog scrollable.
......
......@@ -1860,10 +1860,8 @@ void dialogs_show_keyboard_shortcuts(void)
hbox = gtk_hbox_new(FALSE, 6);
label1 = gtk_label_new(NULL);
gtk_misc_set_padding(GTK_MISC(label1), 15, 0);
label2 = gtk_label_new(NULL);
gtk_misc_set_padding(GTK_MISC(label2), 15, 0);
for (i = 0; i < GEANY_MAX_KEYS; i++)
{
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment