| Index: chrome/browser/ui/gtk/about_chrome_dialog.cc
|
| diff --git a/chrome/browser/ui/gtk/about_chrome_dialog.cc b/chrome/browser/ui/gtk/about_chrome_dialog.cc
|
| index a1d06a55c1e2cc7e5f7a8712e12e2cc69c22f321..61f84069616f90e770a73cb08d7deb4101a5dd95 100644
|
| --- a/chrome/browser/ui/gtk/about_chrome_dialog.cc
|
| +++ b/chrome/browser/ui/gtk/about_chrome_dialog.cc
|
| @@ -118,7 +118,7 @@ void ShowAboutDialogForProfile(GtkWindow* parent, Profile* profile) {
|
| GtkWidget* close_button = gtk_dialog_add_button(GTK_DIALOG(dialog),
|
| GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE);
|
|
|
| - GtkWidget* content_area = GTK_DIALOG(dialog)->vbox;
|
| + GtkWidget* content_area = gtk_dialog_get_content_area(GTK_DIALOG(dialog));
|
|
|
| // Use an event box to get the background painting correctly
|
| GtkWidget* ebox = gtk_event_box_new();
|
|
|