Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,643
Issues
2,643
List
Boards
Labels
Service Desk
Milestones
Merge Requests
36
Merge Requests
36
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
537dae8d
Commit
537dae8d
authored
Aug 04, 2011
by
Martin Nordholts
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app: Remove more gimp-remote stuff
It's enough to setup gimp_toolbox_drop_uri_list() on the vbox.
parent
1ab5c311
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
app/widgets/gimptoolbox-dnd.c
app/widgets/gimptoolbox-dnd.c
+0
-10
No files found.
app/widgets/gimptoolbox-dnd.c
View file @
537dae8d
...
...
@@ -94,16 +94,6 @@ gimp_toolbox_dnd_init (GimpToolbox *toolbox,
context
=
gimp_toolbox_get_context
(
toolbox
);
/* We need to set this on the toolbox to make gimp-remote
* work. Remove this when we have gotten rid of gimp-remote.
*/
gtk_drag_dest_set
(
GTK_WIDGET
(
toolbox
),
0
,
NULL
,
0
,
GDK_ACTION_COPY
|
GDK_ACTION_MOVE
);
gimp_dnd_uri_list_dest_add
(
GTK_WIDGET
(
toolbox
),
gimp_toolbox_drop_uri_list
,
context
);
/* Before caling any dnd helper functions, setup the drag
* destination manually since we want to handle all drag events
* manually, otherwise we would not be able to give the drag handler
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment