Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
gnome-main-menu
Commits
822f4d65
Commit
822f4d65
authored
May 03, 2007
by
Jim Krehl
Browse files
svn path=/branches/SLED10-SP1/; revision=272
svn path=/branches/SLED10-SP1/; revision=272
parent
76bc2433
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
822f4d65
...
...
@@ -4,6 +4,10 @@
Make sure that display names for main-menu tiles are translated, BNC
#254817.
* main-menu/src/tile-table.c:
Do not allow drag and drop into Recent {Applications,Documents} tables,
BNC #268932.
2007-05-01 Jim Krehl <jimmyk@novell.com>
* main-menu/src/main-menu-ui.c:
Moved double-click debouncing to the button press handler of the panel
...
...
@@ -71,7 +75,7 @@
* main-menu/src/bookmark-tile-table.h
* main-menu/src/recent-docs-tile-table.c
* main-menu/src/recent-docs-tile-table.h
* main-menu/src/tile-table.c
* main-menu/src/tile-table.c
* main-menu/src/tile-table.h:
Simplified the TileTable object to make it more generic. Stop loading
tiles after the table limit has been reached, this is to prevent delays
...
...
main-menu/src/tile-table.c
View file @
822f4d65
...
...
@@ -433,6 +433,9 @@ drag_data_rcv (GtkWidget *widget, GdkDragContext *context, gint x, gint y,
gint
i
;
if
(
!
priv
->
modifiable
)
return
;
src_tile
=
gtk_drag_get_source_widget
(
context
);
if
(
src_tile
&&
IS_TILE
(
src_tile
))
{
...
...
Write
Preview
Supports
Markdown
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