Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1244)

Unified Diff: chrome/browser/tab_contents/tab_contents_view_gtk.cc

Issue 215002: GTK: Download item as drag source.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/tab_contents/tab_contents_view_gtk.cc
===================================================================
--- chrome/browser/tab_contents/tab_contents_view_gtk.cc (revision 26399)
+++ chrome/browser/tab_contents/tab_contents_view_gtk.cc (working copy)
@@ -247,7 +247,7 @@
g_free(text);
}
} else if (data->target ==
- GtkDndUtil::GetAtomForTarget(GtkDndUtil::TEXT_URI_LIST)) {
+ GtkDndUtil::GetAtomForTarget(GtkDndUtil::TEXT_URI_LIST)) {
Nico 2009/09/18 01:05:42 Previous indentation looked more right to me (and
Evan Stade 2009/09/18 02:43:42 changes to this file dropped
gchar** uris = gtk_selection_data_get_uris(data);
if (uris) {
for (gchar** uri_iter = uris; *uri_iter; uri_iter++) {
« chrome/browser/gtk/download_item_gtk.cc ('K') | « chrome/browser/gtk/download_item_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698