mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
25 lines
760 B
Diff
25 lines
760 B
Diff
|
--- src/bamf-legacy-window-test.c 2013-08-08 12:32:39 +0000
|
||
|
+++ src/bamf-legacy-window-test.c 2014-01-07 19:15:14 +0000
|
||
|
@@ -427,7 +427,7 @@
|
||
|
g_return_if_fail (BAMF_IS_LEGACY_WINDOW_TEST (window));
|
||
|
BamfLegacyWindowTest *self = BAMF_LEGACY_WINDOW_TEST (window);
|
||
|
|
||
|
- return g_hash_table_insert (self->hints, g_strdup (name), g_strdup (value));
|
||
|
+ g_hash_table_insert (self->hints, g_strdup (name), g_strdup (value));
|
||
|
}
|
||
|
|
||
|
static char *
|
||
|
|
||
|
=== modified file 'src/bamf-view.c'
|
||
|
--- src/bamf-view.c 2013-07-31 00:11:27 +0000
|
||
|
+++ src/bamf-view.c 2014-01-09 16:24:53 +0000
|
||
|
@@ -88,6 +88,7 @@
|
||
|
gboolean active = bamf_view_is_active (self);
|
||
|
|
||
|
g_signal_emit_by_name (self, "active-changed", active);
|
||
|
+ self->priv->active_changed_idle = 0;
|
||
|
|
||
|
return FALSE;
|
||
|
}
|
||
|
|