diff options
Diffstat (limited to 'chrome/browser/gtk/download_item_gtk.cc')
-rw-r--r-- | chrome/browser/gtk/download_item_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/download_item_gtk.cc b/chrome/browser/gtk/download_item_gtk.cc index 4f44eb1..5da78ca1 100644 --- a/chrome/browser/gtk/download_item_gtk.cc +++ b/chrome/browser/gtk/download_item_gtk.cc @@ -114,7 +114,7 @@ class DownloadShelfContextMenuGtk : public DownloadShelfContextMenu, } virtual GtkWidget* GetImageForCommandId(int command_id) const { - const char* stock; + const char* stock = NULL; switch (command_id) { case SHOW_IN_FOLDER: case OPEN_WHEN_COMPLETE: |