Changeset 494bc7f5cfacf2d7f0ff9345d411ca77d9af3291
- Timestamp:
- 08/07/08 18:32:00 (4 years ago)
- Author:
- Gabriel Falcão <gabriel@…>
- Children:
- e6dae82944bac93fea8b662b483b77e46dc8df62
- Parents:
- f6e63663795f5f5162607c3fc194a44b8bcef9f4
- git-committer:
- Gabriel Falcão <gabriel@…> (08/07/08 18:32:00)
- Message:
-
Avoiding mistakes in gdk mods stuff
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rf6e6366
|
r494bc7f
|
|
| 2 | 2 | |
| 3 | 3 | * TODO: Somethings turn obselete since new features had been implemented. |
| 4 | | * cofnigure.ac: Guake version 0.4.0 |
| | 4 | * configure.ac: Guake version 0.4.0 |
| | 5 | * src/guake.py: Avoinding gdk device mods mistakes then handling the |
| | 6 | resizer. |
| 5 | 7 | |
| 6 | 8 | 2008-08-05 Gabriel Falcão <gabriel@nacaolivre.org> |
-
|
re140703
|
r494bc7f
|
|
| 698 | 698 | percent = 1 |
| 699 | 699 | |
| 700 | | if int(mod) > 1: |
| | 700 | if 'GDK_BUTTON1_MASK' in mod.value_names: |
| 701 | 701 | self.client.set_int(GCONF_PATH + 'general/window_size', int(percent)) |
| 702 | 702 | self.resize(*self.get_final_window_size()) |