# HG changeset patch # User John Bailey # Date 1254595794 0 # Node ID 346d5ea00346475bac959fd7b84f41fdfa27fd77 # Parent eae4883944ed5432248a6e5bc2b90ab4ef7cbd9c Making this minimum size slightly larger makes the MTN revision ID fit without wrapping and won't hurt us any since it will still fit in the small screens we get complaints about. diff -r eae4883944ed -r 346d5ea00346 pidgin/gtkdialogs.c --- a/pidgin/gtkdialogs.c Sat Oct 03 18:05:08 2009 +0000 +++ b/pidgin/gtkdialogs.c Sat Oct 03 18:49:54 2009 +0000 @@ -435,7 +435,7 @@ tmp = g_strdup_printf(_("About %s"), PIDGIN_NAME); about = pidgin_create_dialog(tmp, PIDGIN_HIG_BORDER, "about", TRUE); g_free(tmp); - gtk_window_set_default_size(GTK_WINDOW(about), 340, 450); + gtk_window_set_default_size(GTK_WINDOW(about), 450, 450); vbox = pidgin_dialog_get_vbox_with_properties(GTK_DIALOG(about), FALSE, PIDGIN_HIG_BORDER); @@ -581,7 +581,7 @@ str = g_string_sized_new(4096); g_string_append_printf(str, - "%s %s>
(libpurple %s)
%s

", PIDGIN_NAME, DISPLAY_VERSION, purple_core_get_version(), REVISION); + "%s %s
(libpurple %s)
%s

", PIDGIN_NAME, DISPLAY_VERSION, purple_core_get_version(), REVISION); g_string_append_printf(str, "%s
", _("Build Information"));