pidgin.next.minor: 056e3f05: Making this minimum size slightly larger...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Sat Oct 3 16:50:46 EDT 2009


-----------------------------------------------------------------
Revision: 056e3f0529f81c7574750897fa884b3f4ffddb6b
Ancestor: 74a840212d27aa854ccc9e7e9d4e1f85c4223feb
Author: rekkanoryo at pidgin.im
Date: 2009-10-03T18:49:54
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/056e3f0529f81c7574750897fa884b3f4ffddb6b

Modified files:
        pidgin/gtkdialogs.c

ChangeLog: 

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.

-------------- next part --------------
============================================================
--- pidgin/gtkdialogs.c	116cb2d0508a542411a2e442d0e7635e44f872c3
+++ pidgin/gtkdialogs.c	a99712e68bab34ac08e5a7a02ef8322fbde11a84
@@ -435,7 +435,7 @@ void pidgin_dialogs_about()
 	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 @@ void pidgin_dialogs_buildinfo()
 	str = g_string_sized_new(4096);
 
 	g_string_append_printf(str,
-		"<FONT SIZE=\"4\"><B>%s %s</B></FONT>><BR>(libpurple %s)<BR>%s<BR><BR>", PIDGIN_NAME, DISPLAY_VERSION, purple_core_get_version(), REVISION);
+		"<FONT SIZE=\"4\"><B>%s %s</B></FONT><BR>(libpurple %s)<BR>%s<BR><BR>", PIDGIN_NAME, DISPLAY_VERSION, purple_core_get_version(), REVISION);
 
 	g_string_append_printf(str, "<FONT SIZE=\"4\">%s</FONT><br/>", _("Build Information"));
 


More information about the Commits mailing list